Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-14 | 497 Bytes | |
v0.9.4 is released source code.tar.gz | 2023-07-14 | 314.6 kB | |
v0.9.4 is released source code.zip | 2023-07-14 | 469.0 kB | |
Totals: 3 Items | 784.1 kB | 0 |
- 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)