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)
- works again in Java 1.8 (#286)
- updated Jackson https://github.com/ZUGFeRD/mustangproject/pull/293
2.5.6
=======

View File

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

View File

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

View File

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