Remove unnecessary plugin application and project configuration (#45100)

This commit is contained in:
Mark Vieira 2019-08-01 14:18:03 -07:00
parent 3f94e2ea43
commit c13285a382
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
2 changed files with 0 additions and 14 deletions

View File

@ -1,12 +1,5 @@
import org.elasticsearch.gradle.test.RestIntegTestTask
apply plugin: 'elasticsearch.build'
test.enabled = false
dependencies {
compile project(':test:framework')
}
subprojects {
project.tasks.withType(RestIntegTestTask) {
final File xPackResources = new File(xpackProject('plugin').projectDir, 'src/test/resources')

View File

@ -1,12 +1,5 @@
import org.elasticsearch.gradle.test.RestIntegTestTask
apply plugin: 'elasticsearch.build'
test.enabled = false
dependencies {
compile project(':test:framework')
}
subprojects {
project.tasks.withType(RestIntegTestTask) {
final File xPackResources = new File(xpackProject('plugin').projectDir, 'src/test/resources')