Skip to content

Commit

Permalink
Fix protobuf version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegnan committed Mar 15, 2019
1 parent e959f1b commit 2b8ef61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
- LDFLAGS="/usr/local/lib/libprotobuf.a /usr/local/lib/libprotoc.a"
before_install:
- brew update
- pushd $(brew --repo)/Library/Taps/homebrew/homebrew-core
- git checkout 25a1892 Formula/protobuf.rb
- EDITOR="sed -i '' 's/system \".\/configure\",/system \".\/configure\", \"--disable-shared\",/g'"
brew edit protobuf
- brew install protobuf
- popd
script: "./ci/travis.sh"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down
5 changes: 1 addition & 4 deletions rsocket-rpc-metrics-idl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
plugins {
id 'com.google.protobuf' version '0.8.6'
id 'com.google.protobuf' version '0.8.8'
}

description = 'RSocket RPC Metrics IDL'

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc'
}
generateProtoTasks {
all().each { task ->
task.enabled = false
Expand Down
5 changes: 1 addition & 4 deletions rsocket-rpc-protobuf-idl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
plugins {
id 'com.google.protobuf' version '0.8.6'
id 'com.google.protobuf' version '0.8.8'
}

description = 'RSocket RPC Protobf IDL'

protobuf {
protoc {
artifact = "com.google.protobuf:protoc"
}
generateProtoTasks {
all().each { task ->
task.enabled = false
Expand Down

0 comments on commit 2b8ef61

Please sign in to comment.