Skip to content

Commit 8d11593

Browse files
petertrrsonartech
authored andcommitted
SONARTEXT-307 Don't cache integrationTest tasks
1 parent 325dbd2 commit 8d11593

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-logic/src/main/kotlin/org.sonarsource.text.integration-test.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,9 @@ val integrationTestTask =
5555
exceptionFormat = TestExceptionFormat.FULL
5656
events("started", "passed", "skipped", "failed")
5757
}
58+
59+
outputs.upToDateWhen {
60+
// As the exact SQ version is not known at configuration time, we cannot know if the task is up-to-date
61+
false
62+
}
5863
}

0 commit comments

Comments
 (0)