Skip to content

Commit

Permalink
Don't cache integrationTest tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr committed Jan 6, 2025
1 parent 89915f6 commit 81e3e2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
[submodule "build-logic"]
path = build-logic
url = https://github.com/SonarSource/cloud-native-gradle-modules
branch = petertrr/dont-cache-its
2 changes: 1 addition & 1 deletion its/ruling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
sonar.isSkipProject = true

integrationTest {
testSources.set(rootProject.file("its/sources"))
testSources = rootProject.file("its/sources")
}
tasks.named<Test>("integrationTest") {
systemProperty("java.awt.headless", "true")
Expand Down

0 comments on commit 81e3e2e

Please sign in to comment.