mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +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.
5 lines
139 B
Groovy
5 lines
139 B
Groovy
subprojects {
|
|
// fixtures are mostly external and by default we don't want to check forbidden apis
|
|
forbiddenApisMain.enabled = false
|
|
}
|