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
Once we upgrade to Gradle 6.7, we will should hopefully be able to replace the functionality in custom-java-home.gradle with the new built-in support.
Note from the Gradle team:
Toolchains and *Compatibility: the moment you use toolchain at the project level, sourceCompatibility and targetCompatibility from the project have a value derived from the toolchain. What you cannot do is overwrite that value. You can still overwrite it at the task level though.