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)