Skip to content

Commit

Permalink
remove unused test plugin from gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Zhang <[email protected]>
  • Loading branch information
jngz-es committed Nov 22, 2023
1 parent 175b3a2 commit cc2da26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ plugins {
}

apply plugin: 'opensearch.java'
apply plugin: 'opensearch.testclusters'
apply plugin: 'opensearch.java-rest-test'

repositories {
mavenLocal()
Expand Down Expand Up @@ -79,10 +77,6 @@ task integTest(type: RestIntegTestTask) {
}
check.dependsOn integTest

testClusters.javaRestTest {
testDistribution = 'INTEG_TEST'
}

task sourcesJar(type: Jar) {
archiveClassifier.set 'sources'
from sourceSets.main.allJava
Expand Down

0 comments on commit cc2da26

Please sign in to comment.