Skip to content

Commit

Permalink
Add imports to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Mar 8, 2024
1 parent bd3b815 commit 14d8e73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x-pack/plugin/ml/qa/full-cluster-restart/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import org.elasticsearch.gradle.Version
import org.elasticsearch.gradle.VersionProperties
import org.elasticsearch.gradle.internal.info.BuildParams
import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask

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

Expand Down

0 comments on commit 14d8e73

Please sign in to comment.