Skip to content

Commit

Permalink
[Gradle] Fix deprecation warning in release tests after 8.12 update (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby authored Jan 7, 2025
1 parent 7652453 commit d2e79fb
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 @@ -45,7 +45,7 @@ if (useDra == false) {
ivy {
name = 'beats'
if (useLocalArtifacts) {
url getLayout().getBuildDirectory().dir("artifacts").get().asFile
url = getLayout().getBuildDirectory().dir("artifacts").get().asFile
patternLayout {
artifact '/[organisation]/[module]-[revision]-[classifier].[ext]'
}
Expand Down

0 comments on commit d2e79fb

Please sign in to comment.