switched to openjdk

This commit is contained in:
jstaerk
2022-10-19 19:28:18 +02:00
parent b28d8a0ac8
commit 0e5b8bda63
4 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
- Import of ZF1 invoices (thanks to Stefan Schmaltz https://github.com/ZUGFeRD/mustangproject/pull/292) - Import of ZF1 invoices (thanks to Stefan Schmaltz https://github.com/ZUGFeRD/mustangproject/pull/292)
- works again in Java 1.8 (#286) - works again in Java 1.8 (#286)
- updated Jackson https://github.com/ZUGFeRD/mustangproject/pull/293
2.5.6 2.5.6
======= =======

View File

@@ -102,7 +102,7 @@
<toolchains> <toolchains>
<jdk> <jdk>
<version>1.8</version> <version>1.8</version>
<vendor>sun</vendor> <vendor>openjdk</vendor>
</jdk> </jdk>
</toolchains> </toolchains>
</configuration> </configuration>

View File

@@ -157,7 +157,7 @@
<toolchains> <toolchains>
<jdk> <jdk>
<version>1.8</version> <version>1.8</version>
<vendor>sun</vendor> <vendor>openjdk</vendor>
</jdk> </jdk>
</toolchains> </toolchains>
</configuration> </configuration>

View File

@@ -157,7 +157,7 @@
<toolchains> <toolchains>
<jdk> <jdk>
<version>1.8</version> <version>1.8</version>
<vendor>sun</vendor> <vendor>openjdk</vendor>
</jdk> </jdk>
</toolchains> </toolchains>
</configuration> </configuration>