aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-pdfbox-2/build.gradle
diff options
context:
space:
mode:
authorChristian Maierhofer <cmaierhofer@iaik.tugraz.at>2016-07-01 13:36:51 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2016-08-17 16:55:28 +0200
commitc98ea00dffa6f8eaf7d78411435df77e64f5f2cd (patch)
tree9768d064eb9b2ec0f42ca1636dce7dae0864f977 /pdf-as-pdfbox-2/build.gradle
parentbfff992ce5e09e176b6509752e4404dd4286544b (diff)
downloadpdf-as-4-c98ea00dffa6f8eaf7d78411435df77e64f5f2cd.tar.gz
pdf-as-4-c98ea00dffa6f8eaf7d78411435df77e64f5f2cd.tar.bz2
pdf-as-4-c98ea00dffa6f8eaf7d78411435df77e64f5f2cd.zip
build tasks for pdfbox2
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