You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2017/12/12 20:56:39 UTC

[18/19] groovy git commit: Remove unnecessary task update

Remove unnecessary task update


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

Branch: refs/heads/GROOVY_2_6_X
Commit: 10427f95cbf87afe692764e8a4e6cbaab5984aa3
Parents: 0c5e5b3
Author: Cedric Champeau <cc...@apache.org>
Authored: Tue Dec 12 21:16:11 2017 +0100
Committer: Cedric Champeau <cc...@apache.org>
Committed: Tue Dec 12 21:55:47 2017 +0100

----------------------------------------------------------------------
 subprojects/groovy-groovydoc/build.gradle | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/10427f95/subprojects/groovy-groovydoc/build.gradle
----------------------------------------------------------------------
diff --git a/subprojects/groovy-groovydoc/build.gradle b/subprojects/groovy-groovydoc/build.gradle
index 421bfb7..9338cfb 100644
--- a/subprojects/groovy-groovydoc/build.gradle
+++ b/subprojects/groovy-groovydoc/build.gradle
@@ -25,8 +25,3 @@ dependencies {
     testCompile "org.apache.ant:ant-testutil:$antVersion"
 }
 
-compileJava {
-    doLast {
-        mkdir "$sourceSets.main.output.classesDir/META-INF"
-    }
-}