mapstruct-idea icon indicating copy to clipboard operation
mapstruct-idea copied to clipboard

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

Open thunderhook opened this issue 2 years ago • 1 comments

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.

thunderhook avatar Oct 18 '23 07:10 thunderhook

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

filiphr avatar Nov 26 '23 08:11 filiphr