Restructure build tools java packages (#72030)

Related to #71593 we move all build logic that is for elasticsearch build only into
the org.elasticsearch.gradle.internal* packages

This makes it clearer if build logic is considered to be used by external projects
Ultimately we want to only expose TestCluster and PluginBuildPlugin logic
to third party plugin authors.

This is a very first step towards that direction.
This commit is contained in:
Rene Groeschke 2021-04-26 14:53:55 +02:00 committed by GitHub
parent afb42fbf1b
commit 5bcd02cb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
339 changed files with 677 additions and 692 deletions

View file

@ -6,7 +6,7 @@
* Side Public License, v 1.
*/
import org.elasticsearch.gradle.test.RestIntegTestTask
import org.elasticsearch.gradle.internal.test.RestIntegTestTask
apply plugin: 'elasticsearch.testclusters'
apply plugin: 'elasticsearch.standalone-test'