Skip to content

Commit 818a266

Browse files
committed
[CI] Disable multi-project tests in non-snapshot build tests
1 parent ff6465b commit 818a266

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/external-modules/multi-project/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ dependencies {
1717
tasks.withType(StandaloneRestIntegTestTask).configureEach {
1818
usesDefaultDistribution()
1919
}
20+
21+
tasks.named("javaRestTest").configure {
22+
enabled = buildParams.snapshotBuild
23+
}

0 commit comments

Comments
 (0)