-
Notifications
You must be signed in to change notification settings - Fork 18
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
Build broken #189
Comments
|
so this is bascially the same cause as #187 |
looks like newer versions of the plugin dont like the |
EMF has open version ranges pulling in whatever the latest core runtime version is, thereby breaking Java 8 compatibility. This change fixes those versions back up. For newer Xtext/Gradle versions it uses the Xtext BOM. For older versions it does some hand-picked version fixes. To test this properly, we're now not just testing against different Gradle versions. I've also raised the maximum versions to the latest ones that we can support without major test rewrites. Fixes #187 Fixes #189
EMF has open version ranges pulling in whatever the latest core runtime version is, thereby breaking Java 8 compatibility. This change fixes those versions back up. For newer Xtext/Gradle versions it uses the Xtext BOM. For older versions it does some hand-picked version fixes. To test this properly, we're now not just testing against different Gradle versions. I've also raised the maximum versions to the latest ones that we can support without major test rewrites. Fixes #187 Fixes #189
nice, many thanks |
Thank you very much @oehme! |
Build on workflow does no longer work
The text was updated successfully, but these errors were encountered: