Package: groovy / 2.4.21-1

06_ignore_documentation_publication.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Ignore the unused publication of the documentation
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -466,7 +466,6 @@
 apply from: 'gradle/upload.gradle'
 apply from: 'gradle/idea.gradle'
 apply from: 'gradle/eclipse.gradle'
-apply from: 'gradle/codehaus.gradle'
 
 // If a local configuration file for tweaking the build is present, apply it
 if (file('user.gradle').exists()) {