v1.3.1
Fix regression in v1.3.0 where the errorproneJavac
configuration was resolved even when not using JDK 8, in Gradle 6.7+ (as a side-effect to adding toolchains support). This would lead to either resolving an unnecessary 6.5Mb file, or printing a warning that com.google.errorprone:javac
is missing in errorproneJavac
.
Add KDoc to the DSL extension, in the hope that it's picked up by IDEs (no additional artifact is generated)