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/04/22 01:19:36 UTC

[29/40] 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/17c4ac2f
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/17c4ac2f
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/17c4ac2f

Branch: refs/heads/parrot
Commit: 17c4ac2fdd6ba6af22d4b5464ef351aa120707a7
Parents: b30925c
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 13:12:40 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/17c4ac2f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 6e94268..a17549f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -264,11 +264,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 = [