v0.8.12 is released
Fixed bugs
- Always include extract protos in compiled archive. (#389) Previously processResourcesTask runs in parallel with extractProtoTasks, which would potentially lead to Jars without including protos from dependencies.
Improvements
- The plugin now is compatible with Gradle 6.1 Instant Execution. (#381)