Skip to content

Commit 649ab35

Browse files
breskebysarog
authored andcommitted
[Gradle] Fix deprecation warning in release tests after 8.12 update (elastic#119608) (elastic#119624)
1 parent 7571a2d commit 649ab35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/docker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (useDra == false) {
4545
ivy {
4646
name = 'beats'
4747
if (useLocalArtifacts) {
48-
url getLayout().getBuildDirectory().dir("artifacts").get().asFile
48+
url = getLayout().getBuildDirectory().dir("artifacts").get().asFile
4949
patternLayout {
5050
artifact '/[organisation]/[module]-[revision]-[classifier].[ext]'
5151
}

0 commit comments

Comments
 (0)