From f8b000682b91513f696d90250580df237edad04e Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Tue, 7 Jan 2025 09:08:06 +0100 Subject: [PATCH] [Gradle] Fix deprecation warning in release tests after 8.12 update (#119608) --- distribution/docker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/docker/build.gradle b/distribution/docker/build.gradle index 7cf90840a3cab..a59fae176e66c 100644 --- a/distribution/docker/build.gradle +++ b/distribution/docker/build.gradle @@ -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]' }