aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-pdfbox-2/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-pdfbox-2/build.gradle')
-rw-r--r--pdf-as-pdfbox-2/build.gradle11
1 files changed, 10 insertions, 1 deletions
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