File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
buildSrc/src/main/java/org/elasticsearch/gradle/test/rest Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2121
2222import org .elasticsearch .gradle .ElasticsearchJavaPlugin ;
2323import org .elasticsearch .gradle .test .RestIntegTestTask ;
24+ import org .elasticsearch .gradle .test .RestTestBasePlugin ;
2425import org .elasticsearch .gradle .testclusters .TestClustersPlugin ;
2526import org .elasticsearch .gradle .util .GradleUtils ;
2627import org .gradle .api .Plugin ;
@@ -44,6 +45,7 @@ public class JavaRestTestPlugin implements Plugin<Project> {
4445 public void apply (Project project ) {
4546
4647 project .getPluginManager ().apply (ElasticsearchJavaPlugin .class );
48+ project .getPluginManager ().apply (RestTestBasePlugin .class );
4749 project .getPluginManager ().apply (TestClustersPlugin .class );
4850
4951 // create source set
You can’t perform that action at this time.
0 commit comments