Skip to content

Commit

Permalink
Upgrade to protobuf plugin 0.3.1
Browse files Browse the repository at this point in the history
The plugin has been published on plugins.gradle.org

Conforming to the Gradle standard that plugin IDs must be name-spaced,
the plugin ID has been changed to com.google.protobuf.
  • Loading branch information
zhangkun83 committed Apr 29, 2015
1 parent 69c6704 commit 41940f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'application'
apply plugin: 'protobuf'
apply plugin: 'com.google.protobuf'


description = "grpc Benchmarks"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ subprojects {
okhttp: 'com.squareup.okhttp:okhttp:2.2.0',
protobuf: 'com.google.protobuf:protobuf-java:3.0.0-alpha-2',
protobuf_nano: 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-2',
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.2.1',
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.3.1',

// TODO: Unreleased dependencies.
// These must already be installed in the local maven repository.
Expand Down
2 changes: 1 addition & 1 deletion compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: "cpp"
apply plugin: "protobuf"
apply plugin: "com.google.protobuf"

description = 'The protoc plugin for gRPC Java'

Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'application'
apply plugin: 'protobuf'
apply plugin: 'com.google.protobuf'

description = "grpc Examples"

Expand Down
2 changes: 1 addition & 1 deletion integration-testing/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'protobuf'
apply plugin: 'com.google.protobuf'
apply plugin:'application'

description = "gRPC: Integration Testing"
Expand Down

0 comments on commit 41940f7

Please sign in to comment.