v0.7.4
版本发布时间: 2016-01-27 09:38:22
google/protobuf-gradle-plugin最新发布版本:v0.9.4(2023-07-15 08:08:41)
Changes:
- It's no longer a requirement that Java/Android plugins are applied before the protobuf plugin. The plugins can be applied in arbitrary order.
- The Gradle
plugins { }
DSL is now supported, e.g.,
plugins {
id "java"
id "com.google.protobuf" version "0.7.4"
}
- Requires at least Gradle 2.4 and Java 7