Sourced from com.google.protobuf:protobuf-gradle-plugin's releases.
v0.9.4 is released
- 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)
32afa9e
0.9.4 releasea7c26cb
Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release (#715)
(#721)5c15781
stop using configuration Configuration#fileCollection(Dependency...),
soon to...4502c7e
Avoid eagerly resolving input files in ProtobufExtract (#713)
(#719)30fa504
Avoid duplicate GenerateProtoTask output dir (#703)
(#718)1c33cad
README: clarify plugins search path (#702)
(#717)6673571
Support plugins without an ExecutableLocator0a2c7bb
Start 0.9.4 development cycle