Package: gant / 1.9.11-8

01-build.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
--- a/build.gradle
+++ b/build.gradle
@@ -133,7 +133,7 @@
     test{groovy{srcDir '../src/test/groovy'}}
     integTest{groovy{srcDir '../src/integTest/groovy'}}
   }
-  metaInf << fileTree(dir: '..').matching{include 'LICENCE.txt'}
+  //metaInf << fileTree(dir: '..').matching{include 'LICENCE.txt'}
   final theVendor = 'The Codehaus'
   final theTitle = 'Gant: Scripting Ant tasks with Groovy.'
   jar{