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.
2 parents 1a306c9 + 285b09e commit 4892c16Copy full SHA for 4892c16
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