From 4c15f8689df0cb3a0fc9c13e5f679c08f482da31 Mon Sep 17 00:00:00 2001 From: Jakub Jedlicka Date: Fri, 26 Jul 2024 00:50:21 +0200 Subject: [PATCH] Adding --overwrite argument for build of project-core-extension-codestarts The change for warning was introduced in https://github.com/gradle/gradle/pull/21959 This change causing the build fail if you build the module project-core-extension-codestarts multiple time. Adding argument --overwrite let the gradle init overwrite existing gradle-wrapper --- devtools/project-core-extension-codestarts/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/project-core-extension-codestarts/pom.xml b/devtools/project-core-extension-codestarts/pom.xml index 61564e2b800db..7552c88070c83 100644 --- a/devtools/project-core-extension-codestarts/pom.xml +++ b/devtools/project-core-extension-codestarts/pom.xml @@ -61,6 +61,7 @@ --type basic --no-daemon + --overwrite target/classes/gradle-wrapper true