mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
Backport of #48849. Update `.editorconfig` to make the Java settings the default for all files, and then apply a 2-space indent to all `*.gradle` files. Then reformat all the files.
14 lines
337 B
Groovy
14 lines
337 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'
|
|
}
|
|
|
|
test.enabled = false
|
|
javadoc.enabled = false
|
|
loggerUsageCheck.enabled = false
|
|
jarHell.enabled = false
|