From c98ea00dffa6f8eaf7d78411435df77e64f5f2cd Mon Sep 17 00:00:00 2001 From: Christian Maierhofer Date: Fri, 1 Jul 2016 13:36:51 +0200 Subject: build tasks for pdfbox2 --- pdf-as-pdfbox-2/build.gradle | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'pdf-as-pdfbox-2') diff --git a/pdf-as-pdfbox-2/build.gradle b/pdf-as-pdfbox-2/build.gradle index f62604a3..c4e51f5c 100644 --- a/pdf-as-pdfbox-2/build.gradle +++ b/pdf-as-pdfbox-2/build.gradle @@ -5,7 +5,15 @@ jar { manifest { attributes 'Implementation-Title': 'PDF-AS-4 PDFBOX 2 Backend' } -} + +// from { +// configurations.compile.collect{it} + +// }{ +// include "pdfbox*" +// } + } + repositories { mavenCentral() @@ -14,6 +22,7 @@ repositories { task releases(type: Copy) { from jar.outputs into rootDir.toString() + "/releases/" + version + } releases.dependsOn jar -- cgit v1.2.3