Skip to content

Commit

Permalink
Temporary fix for ES/ML Gradle incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts195 committed Dec 5, 2018
1 parent c0088a5 commit 40ece70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ task build(dependsOn: [check, assemble]) {
description = 'Assemble and test the C++ part of Machine Learning'
}

/*
* This breaks when ml-cpp is in elasticsearch-extra
* and elasticsearch is still using Gradle 4.x
* TODO: Uncomment next time Gradle is upgraded
*
wrapper {
distributionType = 'ALL'
doLast {
Expand All @@ -200,3 +205,4 @@ wrapper {
println "Added checksum to wrapper properties"
}
}
*/

0 comments on commit 40ece70

Please sign in to comment.