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/17 14:02:13 UTC

[62/62] [abbrv] groovy git commit: Fix overlapping outputs for asciidoc task

Fix overlapping outputs for asciidoc task

This fixes the build cache issue and makes it much faster to rebuild. Note that the full
documentation now lives into the `target/asciidocAll` directory.


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

Branch: refs/heads/GROOVY_2_6_X
Commit: f8be74296fe8d5cee69046abff9dd2650177305d
Parents: c37615b
Author: Cedric Champeau <cc...@apache.org>
Authored: Sat Dec 16 22:48:22 2017 +0100
Committer: Cedric Champeau <cc...@apache.org>
Committed: Sun Dec 17 14:59:58 2017 +0100

----------------------------------------------------------------------
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/f8be7429/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c24073e..3cf3f60 100644
--- a/build.gradle
+++ b/build.gradle
@@ -72,7 +72,6 @@ ext.modules = {
 }
 ext.isReleaseVersion = !groovyVersion.toLowerCase().endsWith("snapshot")
 
-apply from: 'gradle/filter.gradle'
 apply from: 'gradle/indy.gradle'
 apply from: 'gradle/publish.gradle'
 apply plugin: 'javadocHotfix'