mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
0158b59a5a
This commit fixes existing uses of forbidden apis in the test framework and re-enables the forbidden apis check. It was previously completely disabled and had missed a rename of the forbidden apis signatures files. closes #32772
6 lines
140 B
Groovy
6 lines
140 B
Groovy
|
|
subprojects {
|
|
// fixtures are mostly external and by default we don't want to check forbidden apis
|
|
forbiddenApisMain.enabled = false
|
|
}
|