mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
c46a0e8708
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
|
|
}
|