bug5792: downgrade Tycho again to 1.7.0, the last Java 1.8-compatible version

This commit is contained in:
Axel Uhl
2022-12-12 06:59:21 -08:00
parent 6838af6afd
commit 337b9e04b8
+1 -1
View File
@@ -31,7 +31,7 @@
Due to ECJ/JDT bugs it may fail depending on the Eclipse version tycho is based on
(see Bugzilla: https://bugzilla.sapsailing.com/bugzilla/show_bug.cgi?id=3859). -->
<!-- Most likely, serialization/replication will fail with tycho versions based on Eclipse Neon R (4.6.0). -->
<tycho-version>2.7.5</tycho-version>
<tycho-version>1.7.0</tycho-version> <!-- 1.7.0 is the last Java 1.8 compatible version; since 2.x Tycho requires Java 11 -->
<gwt.version>2.11.0</gwt.version>
<!-- gwt-maven-plugin is typically in sync with the GWT version. But sometimes versions need extra time after a new GWT release. -->
<gwt.plugin.version>2.11.0</gwt.plugin.version>