Skip to content

Commit a2d5aa4

Browse files
authored
[Gradle] Fix deprecation warning in release tests after 8.12 update (elastic#119608) (elastic#119626)
1 parent d878f6b commit a2d5aa4

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)