mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 13:37:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user