Skip to content

Commit

Permalink
Update proto from various resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
whyorean committed Jan 3, 2020
1 parent 94e899d commit c34b262
Show file tree
Hide file tree
Showing 2 changed files with 1,475 additions and 943 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ group = 'com.dragons.aurora'
version = '2.4'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
compileJava.options.encoding = 'UTF-8'

buildscript {
repositories {
Expand Down Expand Up @@ -47,16 +46,18 @@ tasks.withType(JavaCompile) {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.5.1'
artifact = 'com.google.protobuf:protoc:3.11.2'
}

plugins {
javalite {
artifact = 'com.google.protobuf:protoc-gen-javalite:3.0.0'
}
}

generateProtoTasks {
all()*.plugins {
javalite { }
javalite {}
}
all().each { task ->
task.builtins {
Expand Down
Loading

0 comments on commit c34b262

Please sign in to comment.