From d97cc681e5d888694d5831433716e827d67fa263 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Thu, 8 Feb 2024 10:30:15 +0100 Subject: [PATCH] add build step to prevent old test-project artifacts from lingering around (cherry picked from commit 22ff9996653486a30714fdf8ca3391bc8a78936e) --- integration-tests/gradle/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/integration-tests/gradle/pom.xml b/integration-tests/gradle/pom.xml index 337ece09fe185..3c4a34a85ed73 100644 --- a/integration-tests/gradle/pom.xml +++ b/integration-tests/gradle/pom.xml @@ -426,6 +426,26 @@ + + maven-clean-plugin + + + clean-generated-gradle-projects + generate-resources + + clean + + + true + + + target/classes + + + + + + org.apache.maven.plugins maven-resources-plugin