Skip to content
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

chore: Bump eclipse jdt and remove excludes #6572

Closed
wants to merge 1 commit into from

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Jul 9, 2024

The excludes are no longer needed because we already compile on JDK 11+

@tgodzik tgodzik requested a review from kasiaMarek July 9, 2024 14:24
The excludes are no longer needed because we already compile on JDK 11+
"*",
),
"org.eclipse.platform" % "org.eclipse.text" % "3.9.0" exclude ("*", "*"),
"org.eclipse.jdt" % "org.eclipse.jdt.core" % "3.25.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted to 3.25.0 since it turns out we are still behind JDT, they now compile with 17

@tgodzik
Copy link
Contributor Author

tgodzik commented Jul 9, 2024

ok, this will not work. I guess JDT has range dependencies and they always bring in the newest thing :/

@tgodzik tgodzik closed this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants