deptective icon indicating copy to clipboard operation
deptective copied to clipboard

Make build work with Java 17

Open gunnarmorling opened this issue 3 years ago • 0 comments

The problem is that the API package isn't exported:

java.lang.IllegalAccessError: class org.moditect.deptective.DeptectivePlugin (in unnamed module @0x646007f4) cannot access class com.sun.tools.javac.api.BasicJavacTask (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.api to unnamed module @0x646007f4

gunnarmorling avatar Jun 21 '22 08:06 gunnarmorling