- Fix "KotlinCompile is not a subclass of the given type org.gradle.api.tasks.SourceTask" regression in 0.9.2 (#657)
- Fix configuration cache incompatibility with Gradle 8.1 with
GenerateProtoTask.getIsTest()
in the stack trace (#692) - Avoid eager reading of
buildDir
(#678).buildDir
reading is now delayed until task configuration, so care is still needed if you modify buildDir. - Upgrade osdetector-gradle-plugin to 1.7.3. This adds detection for loongarch64 and avoids calling
Provider.forUseAtConfigurationTime()
for Gradle >= 7.4