diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-06-07 15:29:41 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-06-07 15:29:41 +0200 |
commit | 7a1ac3cf060af4ae541408d6701c6a6750468160 (patch) | |
tree | 7fb77b43323147428b8cdd72c8507a70450a72fe /build.gradle | |
parent | cd0709eaf7971e2bba48edaf844e62f133efa0c6 (diff) | |
download | pdf-as-4-7a1ac3cf060af4ae541408d6701c6a6750468160.tar.gz pdf-as-4-7a1ac3cf060af4ae541408d6701c6a6750468160.tar.bz2 pdf-as-4-7a1ac3cf060af4ae541408d6701c6a6750468160.zip |
update to Tomcat 9
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index c80379e5..a88543f4 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,8 @@ subprojects { pdfasversion = version revision = getCheckedOutGitCommitHash() //tomcatVersion = '7.0.54'; - tomcatVersion = '8.0.36'; + //tomcatVersion = '8.0.36'; + tomcatVersion = '9.0.46'; slf4jVersion = '1.7.30' cxfVersion = '3.0.1' } |