We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762c75d commit d48cee6Copy full SHA for d48cee6
build.gradle.kts
@@ -229,6 +229,7 @@ tasks {
229
group = "Verification"
230
testClassesDirs = e2eTest.output.classesDirs
231
classpath = e2eTest.runtimeClasspath
232
+ outputs.doNotCacheIf("E2E tests verifies the integration with external system") { true }
233
// Pass E2E releasing properties to tests.
234
// Prefer environment variables which are not displayed with --info
235
// (unless non CI friendly properties with "." are used).
0 commit comments