aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-22 14:07:15 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-22 14:07:15 +0200
commita958e8c36bcc423a70a92dc4a3c562676fa66a37 (patch)
treec3cdb0122e5899ae0468c6017d7374b33e74214e /build.gradle
parent6ded7283b673be398be15880e14d7457b1f7e5bf (diff)
downloadpdf-as-4-a958e8c36bcc423a70a92dc4a3c562676fa66a37.tar.gz
pdf-as-4-a958e8c36bcc423a70a92dc4a3c562676fa66a37.tar.bz2
pdf-as-4-a958e8c36bcc423a70a92dc4a3c562676fa66a37.zip
added buildTomcat task
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index cf2db0c8..22740085 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,6 +27,9 @@ subprojects {
version = '4.0.0-RC8-SNAPSHOT'
pdfasversion = version
revision = getCheckedOutGitCommitHash()
+ //tomcatVersion = '7.0.54';
+ tomcatVersion = '8.0.9';
+
jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': version }