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
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
The text was updated successfully, but these errors were encountered:
The problem is that the API package isn't exported:
The text was updated successfully, but these errors were encountered: