org.woyou.protobuf.generateProtobuf
Owner: woyou
generate protobuf gradle Plugin
Sources: https://github.com/Tianmy1994/generate-protobuf-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("org.woyou.protobuf.generateProtobuf") version "1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.woyou.protobuf.generateProtobuf:generateProtobuf-gradle-plugin:1.1") } } apply(plugin = "org.woyou.protobuf.generateProtobuf")
- Applying plugins to all subprojects .