bug6135: use "8" for toolchain selection, but again 1.8 for source/target config

This commit is contained in:
Axel Uhl
2025-06-11 23:24:26 +02:00
parent 5bd92f5d56
commit 69c400b045
+3 -3
View File
@@ -414,8 +414,8 @@
<artifactId>tycho-compiler-plugin</artifactId>
<configuration>
<!-- TODO validate that 1.8 is OK also in the SAP-internal Android build -->
<source>8</source>
<target>8</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
@@ -566,7 +566,7 @@
<configuration>
<toolchains>
<jdk>
<version>1.8</version>
<version>8</version>
</jdk>
</toolchains>
</configuration>