Prevent random build failures

Looks like some odd race condition causes failed builds by attempting to
run the task that should be disabled.
Disable the task explicitly untill we figure it out.
This commit is contained in:
Alpar Torok 2018-11-29 11:14:44 +02:00
parent 1390f366d4
commit c63d0af913
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
apply plugin: 'elasticsearch.build'
apply plugin: 'elasticsearch.test.fixtures'
// TODO: elasticsearch.test.fixtures should disable this but it sometimes doesn't
jarHell.enabled = false