This is an automated email from the ASF dual-hosted git repository.

jinmeiliao pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new a0fd287  GEODE-3: remove tool.jar in buildSrc (#2555)
a0fd287 is described below

commit a0fd28708cb14de8414a7874df099cc9d2dc93fc
Author: jinmeiliao <jil...@pivotal.io>
AuthorDate: Wed Oct 3 14:26:50 2018 -0700

    GEODE-3: remove tool.jar in buildSrc (#2555)
    
    Co-authored-by: Robert Houghton <rhough...@pivotal.io>
---
 buildSrc/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 31959ae..00c9903 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -26,7 +26,6 @@ dependencies {
   }
 
   compile group: 'junit', name: 'junit', version: '4.12'
-  compile files("${System.getProperty('java.home')}/../lib/tools.jar")
 
   testAnnotationProcessor this.project
 

Reply via email to