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 2017/04/21 10:10:00 UTC

[4/6] groovy git commit: minor refactor: no longer needed

minor refactor: no longer needed


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

Branch: refs/heads/GROOVY_2_5_X
Commit: 0efdb1e4d8db6f8a16de0adb5c30cb80a152e67a
Parents: b100c6f
Author: paulk <pa...@asert.com.au>
Authored: Fri Apr 21 13:12:40 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Apr 21 16:06:17 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/0efdb1e4/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index b2a5047..1152d94 100644
--- a/build.gradle
+++ b/build.gradle
@@ -258,11 +258,6 @@ sourceSets {
                     'src/main',
                     "$generatedDirectory/src/main"
             ]
-            fileTree('src/main/groovy/ui').matching {
-                exclude 'GroovyMain.java', 'GroovySocketServer.java'
-            }.visit { details ->
-                exclude "groovy/ui/$details.path"
-            }
         }
         groovy {
             srcDirs = [