We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cf656 commit 0ec4a99Copy full SHA for 0ec4a99
distribution/docker/build.gradle
@@ -45,7 +45,7 @@ if (useDra == false) {
45
ivy {
46
name = 'beats'
47
if (useLocalArtifacts) {
48
- url getLayout().getBuildDirectory().dir("artifacts").get().asFile
+ url = getLayout().getBuildDirectory().dir("artifacts").get().asFile
49
patternLayout {
50
artifact '/[organisation]/[module]-[revision]-[classifier].[ext]'
51
}
0 commit comments