You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/08/16 14:44:58 UTC

groovy git commit: Cleanup the build script

Repository: groovy
Updated Branches:
  refs/heads/master fca6e0f85 -> a52f77a59


Cleanup the build script


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a52f77a5
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/a52f77a5
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/a52f77a5

Branch: refs/heads/master
Commit: a52f77a592d2354ef911a7b7c2d0751d65a28fdc
Parents: fca6e0f
Author: sunlan <su...@apache.org>
Authored: Wed Aug 16 22:44:46 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Wed Aug 16 22:44:46 2017 +0800

----------------------------------------------------------------------
 build.gradle | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/a52f77a5/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index d0d1b88..9d4d2a7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -80,9 +80,6 @@ File javaHome = new File(System.getProperty('java.home'))
 logger.lifecycle "Using Java from $javaHome (version ${System.getProperty('java.version')})"
 indyBanner()
 
-// TODO use antlr plugin
-//apply plugin: 'antlr'
-
 allprojects {
     apply plugin: 'java'