|
@@ -20,7 +20,6 @@
|
|
|
import org.elasticsearch.gradle.precommit.PrecommitTasks
|
|
|
|
|
|
apply plugin: 'elasticsearch.build'
|
|
|
-apply plugin: 'ru.vyarus.animalsniffer'
|
|
|
apply plugin: 'nebula.maven-base-publish'
|
|
|
apply plugin: 'nebula.maven-scm'
|
|
|
|
|
@@ -52,8 +51,6 @@ dependencies {
|
|
|
testCompile "org.hamcrest:hamcrest-all:${versions.hamcrest}"
|
|
|
testCompile "org.elasticsearch:securemock:${versions.securemock}"
|
|
|
testCompile "org.elasticsearch:mocksocket:${versions.mocksocket}"
|
|
|
- testCompile "org.codehaus.mojo:animal-sniffer-annotations:1.15"
|
|
|
- signature "org.codehaus.mojo.signature:java17:1.0@signature"
|
|
|
}
|
|
|
|
|
|
forbiddenApisMain {
|