mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
Some times the test fixtures plugin did not correctly disable tasks from the build plugin as it should. The plugin manager and tasks both use domain name collections so the previus conde should have worked. I did not have trime to track it down, but suspect there's some race condition in Gradle causing this. The plugin manager is still incubating. Since the tasks are on the cp even if the plugin is not applyed, we don't really need to involve the plugin at all. Closes #36041
3 lines
80 B
Groovy
3 lines
80 B
Groovy
apply plugin: 'elasticsearch.build'
|
|
apply plugin: 'elasticsearch.test.fixtures'
|