Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X 56d886654 -> e3df0782a


Remove unused `processResources` code


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

Branch: refs/heads/GROOVY_2_5_X
Commit: 65903978987135af0825df3f5cba6811b3627ef2
Parents: 56d8866
Author: Cedric Champeau <[email protected]>
Authored: Thu Dec 14 08:44:39 2017 +0100
Committer: Cedric Champeau <[email protected]>
Committed: Thu Dec 14 08:45:57 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/65903978/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c9cdcbd..1c0b9ba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -336,17 +336,6 @@ check {
     dependsOn examplesClasses
 }
 
-// remove this from config once GRADLE-854 is fixed.
-processResources.doLast {
-    copy {
-        from('src/main') {
-            include 'groovy/inspect/swingui/AstBrowserProperties.groovy',
-                    
'org/codehaus/groovy/tools/groovydoc/gstringTemplates/GroovyDocTemplateInfo.java'
-        }
-        into sourceSets.main.java.outputDir
-    }
-}
-
 compileJava {
     doLast {
         ant.java(classname:'org.jboss.bridger.Bridger', classpath: 
rootProject.configurations.tools.asPath, outputproperty: 'stdout') {

Reply via email to