Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X ba8e6a1ec -> 35200c4f7
Cleanup the build script (cherry picked from commit a52f77a) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/35200c4f Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/35200c4f Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/35200c4f Branch: refs/heads/GROOVY_2_6_X Commit: 35200c4f7fff47fdcac9f33c0ae5340dafb9a049 Parents: 3229ea4 Author: sunlan <[email protected]> Authored: Wed Aug 16 22:44:46 2017 +0800 Committer: sunlan <[email protected]> Committed: Wed Aug 16 22:46:15 2017 +0800 ---------------------------------------------------------------------- build.gradle | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/35200c4f/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5f46375..4f4c599 100644 --- a/build.gradle +++ b/build.gradle @@ -79,9 +79,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'
