Closed thunderhook closed 2 weeks ago
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.
annotations.jar
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.
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
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.