summaryrefslogtreecommitdiff
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
parenteb7f813ec81dd3e4dfb6731acd6ac13e119936f5 (diff)
downloadpdf-over-1257c64c9c541b3cb68f92a9c955670c410f3e4e.tar.gz
pdf-over-1257c64c9c541b3cb68f92a9c955670c410f3e4e.tar.bz2
pdf-over-1257c64c9c541b3cb68f92a9c955670c410f3e4e.zip
specify bootstrap class path for java 8 runtimes
-rw-r--r--pdf-over-install-helper/pom.xml1
-rw-r--r--pom.xml1
2 files changed, 2 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>
diff --git a/pom.xml b/pom.xml
index 6aec3f29..4e365c9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,6 +135,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <release>1.8</release>
<verbose>true</verbose>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>