Skip to content

aogail/gradle-plugin-protobuf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protobuf Plugin for Gradle

The Protobuf plugin provides protobuf compilation to your project.

Usage

To use the protobuf plugin, include in your build script:

apply plugin: ws.antonov.gradle.plugins.protobuf.ProtobufPlugin

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.4'
    }
}

// Optional - defaults to '/usr/local/bin/protoc'
protocPath = '/usr/local/bin/protoc'

Packages

No packages published

Languages

  • Shell 62.3%
  • Groovy 37.5%
  • Java 0.2%