Skip to content

Commit

Permalink
I hate gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Mar 8, 2024
1 parent 14d8e73 commit 880d2e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugin/ml/qa/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
subprojects {
group = "org.elasticsearch.ml.qa"
}
6 changes: 6 additions & 0 deletions x-pack/plugin/ml/qa/full-cluster-restart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import org.elasticsearch.gradle.internal.info.BuildParams
import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask

apply plugin: 'elasticsearch.internal-java-rest-test'
apply plugin: 'elasticsearch.internal-test-artifact'
apply plugin: 'elasticsearch.bwc-test'

dependencies {
Expand All @@ -21,3 +22,8 @@ BuildParams.bwcVersions.withWireCompatible(v -> v.after("8.8.0")) { bwcVersion,
systemProperty("tests.old_cluster_version", bwcVersion)
}
}

tasks.named("javaRestTest").configure {
usesDefaultDistribution()
}

0 comments on commit 880d2e1

Please sign in to comment.