v0.9.4
版本发布时间: 2023-07-15 08:08:41
google/protobuf-gradle-plugin最新发布版本:v0.9.4(2023-07-15 08:08:41)
- Fix a bug that codegen plugins from system search path no longer works. (#675)
- Avoid duplicate GenerateProtoTask output dir. This causes tasks to fail if it depends on the output source and duplicationStrategy is set to
DuplicatesStrategy.FAIL
. (#718) - Avoid eagerly resolving input files in ProtobufExtract. This bug would cause a lot of invalidations of configuration cache when upgrading to Gradle 8.1. (#719)
- Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release. (#721)