diff options
| author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 16:28:58 +0100 |
|---|---|---|
| committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 16:28:58 +0100 |
| commit | 1257c64c9c541b3cb68f92a9c955670c410f3e4e (patch) | |
| tree | 8688b69dd69f4d21496bba5bd470848d9f4d5f6c | |
| parent | eb7f813ec81dd3e4dfb6731acd6ac13e119936f5 (diff) | |
| download | pdf-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.xml | 1 | ||||
| -rw-r--r-- | pom.xml | 1 |
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> @@ -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> |
