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

Fix workaround for getting the mockJDK annotations.jar in the gradle build #157

Open
thunderhook opened this issue Oct 18, 2023 · 1 comment

Comments

@thunderhook
Copy link
Contributor

thunderhook commented Oct 18, 2023

Currently we use a workaround, using a a tag version link to get the mockJDK annotations.jar since it was removed in the master branch.

e.g.:
https://github.com/JetBrains/intellij-community/raw/212.5712/java/mockJDK-11/jre/lib/annotations.jar
instead of
https://github.com/JetBrains/intellij-community/raw/master/java/mockJDK-11/jre/lib/annotations.jar

Maybe this commit can help to understand why it happened, and what is needed to get it up and running again.

@filiphr
Copy link
Member

filiphr commented Nov 26, 2023

Good point @thunderhook. Perhaps we need to look into and see if we can avoid using the mock jdks as well, or perhaps it is even the time to drop testing with older JDKs

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

No branches or pull requests

2 participants