From 81e3e2eebdd4c8b8637ebd15d921747ae475b4e1 Mon Sep 17 00:00:00 2001 From: Peter Trifanov Date: Mon, 6 Jan 2025 11:22:07 +0100 Subject: [PATCH] Don't cache integrationTest tasks --- .gitmodules | 1 + build-logic | 2 +- its/ruling/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 73aed1c5..491ec0ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,4 @@ [submodule "build-logic"] path = build-logic url = https://github.com/SonarSource/cloud-native-gradle-modules + branch = petertrr/dont-cache-its diff --git a/build-logic b/build-logic index 38883253..f622a835 160000 --- a/build-logic +++ b/build-logic @@ -1 +1 @@ -Subproject commit 3888325336f01f5a3b529c543f063e53d89efde8 +Subproject commit f622a8353695a18f996d89dcc0768e5dc0add242 diff --git a/its/ruling/build.gradle.kts b/its/ruling/build.gradle.kts index 94274ba7..fd4af491 100644 --- a/its/ruling/build.gradle.kts +++ b/its/ruling/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { sonar.isSkipProject = true integrationTest { - testSources.set(rootProject.file("its/sources")) + testSources = rootProject.file("its/sources") } tasks.named("integrationTest") { systemProperty("java.awt.headless", "true")