GMavenPlus 1.11.0 Released

2020-10-11 Thread Keegan Witt
https://github.com/groovy/GMavenPlus/releases/tag/1.11.0 Bugs None Enhancements - Change JDK compatibility check to also account for Java 16. - Some tweaks for Groovy 4 (most notably, invokedynamic is enabled by default for Groovy 4 and cannot be disabled). - New parameter

No signature of method: javax.swing.JMenu.setMnemonic()

2020-10-11 Thread Paolo Di Tommaso
Dear all, I'm getting this exception while launching the Groovy console from my app. groovy.lang.MissingMethodException: No signature of method: javax.swing.JMenu.setMnemonic() is applicable for argument types: (String) values: [F] Possible solutions: setMnemonic(char), setMnemonic(int),