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 e7ba94e commit 793c415Copy full SHA for 793c415
test/external-modules/multi-project/build.gradle
@@ -14,10 +14,6 @@ dependencies {
14
clusterModules project(":modules:ingest-common")
15
}
16
17
-tasks.withType(StandaloneRestIntegTestTask).configureEach {
18
- usesDefaultDistribution("to be triaged")
19
-}
20
-
21
tasks.named("javaRestTest").configure {
22
enabled = buildParams.snapshotBuild
23
systemProperty "tests.multi_project.enabled", true
0 commit comments