This commit is contained in:
Nex
2020-11-04 11:05:47 +08:00
parent 1278255c37
commit b524d23463
7 changed files with 244 additions and 42 deletions

View File

@@ -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 {