added comment to java/pom.xml regarding where to also update tycho-version

This commit is contained in:
Axel Uhl
2022-12-20 11:14:34 +01:00
parent 2d0afab0de
commit 1a2340bc38
+5
View File
@@ -31,6 +31,11 @@
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). -->
<!--
1.7.0 is the last Java 1.8 compatible version; since 2.x Tycho requires Java 11.
When adjusting tycho-version here, also make sure to adjust it accordingly
in java/com.amazon.aws.aws-java-api/pom.xml
-->
<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. -->