aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-moa/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2015-01-08 13:26:09 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2015-01-08 13:26:09 +0100
commitb8d5fc86a5f549cfb42736c8889fa548e6b6f661 (patch)
tree8f44aec34d05f5508cd512f67bdbac86a895dfaa /pdf-as-moa/build.gradle
parentf6fccf8f83b5d5fbb523737d6a67d1a90e4e9975 (diff)
downloadpdf-as-4-b8d5fc86a5f549cfb42736c8889fa548e6b6f661.tar.gz
pdf-as-4-b8d5fc86a5f549cfb42736c8889fa548e6b6f661.tar.bz2
pdf-as-4-b8d5fc86a5f549cfb42736c8889fa548e6b6f661.zip
Gradle scripts update
Diffstat (limited to 'pdf-as-moa/build.gradle')
-rw-r--r--pdf-as-moa/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf-as-moa/build.gradle b/pdf-as-moa/build.gradle
index e154b7a4..7d741f9f 100644
--- a/pdf-as-moa/build.gradle
+++ b/pdf-as-moa/build.gradle
@@ -81,6 +81,9 @@ task releases(type: Copy) {
into rootDir.toString() + "/releases/" + version
}
+releases.dependsOn jar
+releases.dependsOn sourcesJar
+
test {
systemProperties 'property': 'value'
}