File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'groovy'
77 */
88
99boolean localRepo = project. getProperties(). containsKey(" localRepo" )
10- localRepo = false // TODO: Remove this once we can safely depend on build-tools again.
10+
1111
1212Properties props = new Properties ()
1313props. load(project. file(' esh-version.properties' ). newDataInputStream())
@@ -59,11 +59,12 @@ dependencies {
5959 // Provided/Optional Dependencies
6060 compile ' org.springframework.build.gradle:propdeps-plugin:0.0.7'
6161
62- if (localRepo) {
63- compile name : " build-tools-${ buildToolsVersion} "
64- } else {
62+ // TODO: Un-comment this once we can safely depend on build-tools again.
63+ // if (localRepo) {
64+ // compile name: "build-tools-${buildToolsVersion}"
65+ // } else {
6566 compile group : ' org.elasticsearch.gradle' , name : ' build-tools' , version : buildToolsVersion
66- }
67+ // }
6768}
6869
6970// write the updated properties to a temp property file
You can’t perform that action at this time.
0 commit comments