Skip to content

Commit 40ece70

Browse files
committed
Temporary fix for ES/ML Gradle incompatibility
1 parent c0088a5 commit 40ece70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ task build(dependsOn: [check, assemble]) {
188188
description = 'Assemble and test the C++ part of Machine Learning'
189189
}
190190

191+
/*
192+
* This breaks when ml-cpp is in elasticsearch-extra
193+
* and elasticsearch is still using Gradle 4.x
194+
* TODO: Uncomment next time Gradle is upgraded
195+
*
191196
wrapper {
192197
distributionType = 'ALL'
193198
doLast {
@@ -200,3 +205,4 @@ wrapper {
200205
println "Added checksum to wrapper properties"
201206
}
202207
}
208+
*/

0 commit comments

Comments
 (0)