mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
* Testing conventions now checks for tests in main This is the last outstanding feature of the old NamingConventionsTask, so time to remove it. * PR review
14 lines
343 B
Groovy
14 lines
343 B
Groovy
apply plugin: 'elasticsearch.build'
|
|
|
|
targetCompatibility = JavaVersion.VERSION_1_7
|
|
|
|
// java_version_checker do not depend on core so only JDK signatures should be checked
|
|
forbiddenApisMain {
|
|
replaceSignatureFiles 'jdk-signatures'
|
|
}
|
|
|
|
unitTest.enabled = false
|
|
javadoc.enabled = false
|
|
loggerUsageCheck.enabled = false
|
|
jarHell.enabled = false
|