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
Downloaded the repository, runs fine with when the Gradle JVM is set to Java 15 but not Java 16
Working with JDK 15.0.4
Can't compile with JDK 16.0.2
System
IntelliJ Ultimate 2021.2.1
macOS Big Sur version 11.3.1
Cause: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x7244f195) cannot access class com.sun.tools.javac.code.Symbol$TypeSymbol (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.code to unnamed module @0x7244f195
The text was updated successfully, but these errors were encountered:
Downloaded the repository, runs fine with when the Gradle JVM is set to Java 15 but not Java 16
Working with JDK 15.0.4
Can't compile with JDK 16.0.2
System
IntelliJ Ultimate 2021.2.1
macOS Big Sur version 11.3.1
Cause: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x7244f195) cannot access class com.sun.tools.javac.code.Symbol$TypeSymbol (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.code to unnamed module @0x7244f195
The text was updated successfully, but these errors were encountered: