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 c94c021 commit 285b09eCopy full SHA for 285b09e
modules/ingest-geoip/qa/multi-project/build.gradle
@@ -22,3 +22,8 @@ dependencies {
22
tasks.withType(Test).configureEach {
23
it.systemProperty "tests.multi_project.enabled", true
24
}
25
+
26
+// Exclude multi-project tests from release build
27
+tasks.named { it == "javaRestTest" || it == "yamlRestTest" }.configureEach {
28
+ it.onlyIf("snapshot build") { buildParams.snapshotBuild }
29
+}
0 commit comments