Skip to content

Commit 1978295

Browse files
committed
Temporary fix for ES/ML Gradle incompatibility
1 parent cd0b0aa commit 1978295

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
@@ -190,6 +190,11 @@ task build(dependsOn: [check, assemble]) {
190190
description = 'Assemble and test the C++ part of Machine Learning'
191191
}
192192

193+
/*
194+
* This breaks when ml-cpp is in elasticsearch-extra
195+
* and elasticsearch is still using Gradle 4.x
196+
* TODO: Uncomment next time Gradle is upgraded
197+
*
193198
wrapper {
194199
distributionType = 'ALL'
195200
doLast {
@@ -202,3 +207,4 @@ wrapper {
202207
println "Added checksum to wrapper properties"
203208
}
204209
}
210+
*/

0 commit comments

Comments
 (0)