build.gradle: Make protobuf-gradle-plugin use protoc from the repository.

This updates the protoc version to 3.6.1, fixing many warnings in the generated sources.
This commit is contained in:
Andreas Schildbach
2019-02-23 22:52:01 +01:00
parent 1d4c8e69eb
commit 81ddd50ffb
8 changed files with 2074 additions and 524 deletions

View File

@@ -5,8 +5,7 @@ language: java
jdk:
- openjdk8
- openjdk11
install:
- sudo apt-get install -y protobuf-compiler
install: true
script:
# excluding wallet-template because of the unreliable JavaFX dependency
- gradle clean build -x :wallettemplate:compileJava