eclipse-sisu / sisu-project

Sisu Inject
https://eclipse.dev/sisu/
Eclipse Public License 2.0
18 stars 15 forks source link

Build with Eclipse/Tycho 2.5.0 and Java 11 #33

Closed mcculls closed 2 years ago

mcculls commented 2 years ago

Moving to Tycho 2.5.0 means we can drop a lot of the P2 build target and use Maven references instead:

https://xn--lubisoft-0za.gmbh/en/articles/using-maven-artifacts-in-pde-rcp-and-tycho-builds/

It does bump the minimum version of Java needed to build to Java 11, but the bytecode output is the same.