v0.8.11
版本发布时间: 2019-12-19 05:29:53
google/protobuf-gradle-plugin最新发布版本:v0.9.4(2023-07-15 08:08:41)
Compatibility changes
- The plugin now requires Gradle 5.6+ (corresponding Android plugin version is 3.5.0+ if using for Android).
Fixed bugs
- Fixed issue of consumer projects not being able to extract proto files from
implementation
dependencies that usejava-library
plugin. (#366)
Dependencies
- Bumped
osdetector
plugin version to1.6.2
. - Bumped Guava version to
27.0.1-jre
.
Improvements
- Support protobuf plugins with artifacts that have no extension. (#335)
- The plugin now is able to work with Gradle 6.0. (#364, #365)
Documentation
- Updated documentation for using protobuf javalite code generation option for protobuf version after
3.8.0
. (#323)
Thanks to contributors
- @kshithijiyer
- @stkent
- @lptr
- @eskatos