You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/05/19 20:56:08 UTC

[groovy] branch master updated: no longer needed since all java files are in src/main/java now

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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 1153475  no longer needed since all java files are in src/main/java now
1153475 is described below

commit 1153475589cc73e8d687b8fe0889b37d7edaa131
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 20 06:55:41 2019 +1000

    no longer needed since all java files are in src/main/java now
---
 build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 70835eb..9cd26df 100644
--- a/build.gradle
+++ b/build.gradle
@@ -229,8 +229,6 @@ ext.generatedDirectory = "${buildDir}/generated/sources"
 sourceSets {
     main {
         java {
-            // the only reason we add src/main/groovy here is for the bootstrap compiler
-            srcDir 'src/main/groovy'
             srcDir "$generatedDirectory/antlr2/src/main"
             if (!JavaVersion.current().isJava8Compatible()) {
                 exclude '**/v8/*'