below is what i get compared 2.3 against 2.4
i can't really find anything in the release notes for this. Should i do something now my self with the target-platform-configuration ?
tycho 2.3:
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.servoy.eclipse.product ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.servoy.eclipse.product ---
[INFO] The project's OSGi version is 2021.9.0.3700_rc
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ com.servoy.eclipse.product ---
[INFO]
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ com.servoy.eclipse.product ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ com.servoy.eclipse.product ---
[INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0]
[WARNING] No system packages found in profile nor toolchain for JavaSE-15, using current JRE system packages.
This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-15 in your toolchains.xml
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[WARNING] No system packages found in profile nor toolchain for JavaSE-16, using current JRE system packages.
This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JavaSE-16 in your toolchains.xml
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO]
[INFO] --- tycho-p2-publisher-plugin:2.3.0:publish-products (default-publish-products) @ com.servoy.eclipse.product ---
tycho 2.4:
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.servoy.eclipse.product ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.servoy.eclipse.product ---
[INFO] The project's OSGi version is 2021.9.0.3700_rc
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ com.servoy.eclipse.product ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) @ com.servoy.eclipse.product ---
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:2.4.0:publish-osgi-ee (default-publish-osgi-ee) on project com.servoy.eclipse.product: Publisher failed. Verify your target-platform-configuration and executionEnvironment are suitable for proper resolution: Target platform is missing -> [Help 1]
--