summaryrefslogtreecommitdiff
path: root/pdf-over-install-helper
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-03-21 16:28:58 +0100
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-03-21 16:28:58 +0100
commit1257c64c9c541b3cb68f92a9c955670c410f3e4e (patch)
tree8688b69dd69f4d21496bba5bd470848d9f4d5f6c /pdf-over-install-helper
parenteb7f813ec81dd3e4dfb6731acd6ac13e119936f5 (diff)
downloadpdf-over-1257c64c9c541b3cb68f92a9c955670c410f3e4e.tar.gz
pdf-over-1257c64c9c541b3cb68f92a9c955670c410f3e4e.tar.bz2
pdf-over-1257c64c9c541b3cb68f92a9c955670c410f3e4e.zip
specify bootstrap class path for java 8 runtimes
Diffstat (limited to 'pdf-over-install-helper')
-rw-r--r--pdf-over-install-helper/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-over-install-helper/pom.xml b/pdf-over-install-helper/pom.xml
index 8d4ba1fc..f0342713 100644
--- a/pdf-over-install-helper/pom.xml
+++ b/pdf-over-install-helper/pom.xml
@@ -25,6 +25,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <release>1.8</release>
<verbose>true</verbose>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>