eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
84 stars 98 forks source link

Bug #516 - Use latest Tycho and Java 17 for building #543

Closed lcaron closed 6 months ago

lcaron commented 8 months ago

Move Tycho version (and move to JDK 17)

laeubi commented 8 months ago

There is no <tycho-extras-version> anymore for a long time so you probably want to replace that with search+replace

Boarschti42 commented 7 months ago

Hi, i recommend using

<extensions>
    <extension>
        <groupId>org.eclipse.tycho</groupId>
        <artifactId>tycho-build</artifactId>
        <version>4.0.4</version>
    </extension>
</extensions>

instead of tycho-pomless since this is the current way suggested.

merks commented 6 months ago

This is obsolete with the changes from https://github.com/eclipse/nebula/issues/559