You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDK 11 added the concept of nest mates which allows classes to access private members of other classes when they are declared as "nest mates" by the owner class.
https://paste.gg/p/anonymous/bc5bd319557649dab00ac8710688b9fd
After applying this commit
No issues when I tested with createMojmapBundlerJar but got the same error when I used createReobfBundlerJar
I had to add an extra access transformer to fix the issue. See this commit
The underlined casts are causing the illegal access
The text was updated successfully, but these errors were encountered: