Skip to content

Commit

Permalink
Pass File object to beats repo uri to workaround parsing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Oct 6, 2023
1 parent 619b29b commit 576ab71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (useDra == false) {
ivy {
name = 'beats'
if (useLocalArtifacts) {
url "file://${getLayout().getBuildDirectory().getAsFile().get()}/artifacts/"
url getLayout().getBuildDirectory().dir("artifacts").get().asFile
patternLayout {
artifact '/[organisation]/[module]-[revision]-[classifier].[ext]'
}
Expand Down

0 comments on commit 576ab71

Please sign in to comment.