-
Notifications
You must be signed in to change notification settings - Fork 201
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
GitHub Actions changed to Maven 3.9.0 which breaks the build #308
Labels
releng
Release engineering and project management
Comments
See full example of a broken build in https://github.com/eclipse-cdt/cdt/actions/runs/4338425286/jobs/7593869516 |
You need Tycho 3.0.3 as a minimum for Maven 3.9.0. |
Thanks @akurtakov for confirmation. I'll be doing the upgrade soonish. |
jonahgraham
referenced
this issue
in eclipse-cdt/cdt-lsp
Mar 7, 2023
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Mar 7, 2023
Until we update Tycho to 3.0.3+ we use the older Maven Thanks to @ghentschke for figuring this out in eclipse-cdt/cdt-lsp@f776179 Fixes eclipse-cdt#308
Merged
jonahgraham
added a commit
that referenced
this issue
Mar 7, 2023
Until we update Tycho to 3.0.3+ we use the older Maven Thanks to @ghentschke for figuring this out in eclipse-cdt/cdt-lsp@f776179 Fixes #308
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Mar 13, 2023
Part of eclipse-cdt#320 See also eclipse-cdt#308
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Mar 14, 2023
Part of eclipse-cdt#320 See also eclipse-cdt#308
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Mar 14, 2023
When we update Tycho we pull in a new version of ECJ which means we can get some differences in the class files even though there is no difference in the source. This commit bumps all the bundles that are affected by this. This is kept as a separate commit from the Tycho update because if we need to revert the Tycho update we would still need to bump all these bundles to make jgit timestamp qualifier happy. Part of eclipse-cdt#320 See also eclipse-cdt#308
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Mar 14, 2023
When we update Tycho we pull in a new version of ECJ which means we can get some differences in the class files even though there is no difference in the source. This commit bumps all the bundles that are affected by this. This is kept as a separate commit from the Tycho update because if we need to revert the Tycho update we would still need to bump all these bundles to make jgit timestamp qualifier happy. Part of eclipse-cdt#320 See also eclipse-cdt#308
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Mar 14, 2023
Part of eclipse-cdt#320 See also eclipse-cdt#308
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We get exceptions such as
I expect upgrading to newest Tycho is the solution, which means going from 2.x to 3.x version of Tycho.
The text was updated successfully, but these errors were encountered: