mapstruct / mapstruct-idea

An IntelliJ IDEA plugin for working with MapStruct
Other
141 stars 38 forks source link

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

Closed thunderhook closed 2 weeks ago

thunderhook commented 1 year 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.

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 commented 11 months ago

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