update
This commit is contained in:
@@ -10,10 +10,11 @@ buildscript {
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'com.google.protobuf' version '0.8.13'
|
||||
id 'com.github.johnrengelman.shadow' version '6.0.0'
|
||||
}
|
||||
|
||||
group 'org.bdware'
|
||||
version '1.0-SNAPSHOT'
|
||||
version 'dev-200922.1278255c'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
@@ -52,7 +53,7 @@ javadoc {
|
||||
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = "com.google.protobuf:protoc:3.11.4"
|
||||
artifact = "com.google.protobuf:protoc:3.13.0"
|
||||
}
|
||||
plugins {
|
||||
grpc {
|
||||
|
||||
Reference in New Issue
Block a user