-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug #516 - Use latest Tycho and Java 17 for building #543
Bug #516 - Use latest Tycho and Java 17 for building #543
Conversation
6af7dcc
to
a1ba963
Compare
Move Tycho version (and move to JDK 17), udpate jobs
a1ba963
to
1fab50f
Compare
@@ -2,6 +2,6 @@ | |||
<extension> | |||
<groupId>org.eclipse.tycho.extras</groupId> | |||
<artifactId>tycho-pomless</artifactId> | |||
<version>2.5.0</version> | |||
<version>3.0.4</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<version>3.0.4</version> | |
<version>4.0.4</version> |
The latest Tycho version as of today is 4.0.4
@@ -22,7 +22,7 @@ Contributors: | |||
|
|||
<properties> | |||
|
|||
<tycho-version>2.6.0</tycho-version> | |||
<tycho-version>3.0.4</tycho-version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to use a maven.config
file and then share the Tycho version for extension/pom in that file like described here: https://tycho.eclipseprojects.io/doc/latest/StructuredBuild.html#pomless-builds
There is no |
Hi, i recommend using
instead of tycho-pomless since this is the current way suggested. |
This is obsolete with the changes from #559 |
Move Tycho version (and move to JDK 17)