File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.8 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10 -all.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 jcenter()
44 }
55 dependencies {
6- classpath ' com.github.jengelman.gradle.plugins:shadow:2 .0.3'
6+ classpath ' com.github.jengelman.gradle.plugins:shadow:4 .0.3'
77 }
88}
99
@@ -37,11 +37,12 @@ dependencies {
3737 compile ' org.slf4j:slf4j-api:1.7.25'
3838 compile ' ch.qos.logback:logback-classic:1.2.3'
3939 compile ' commons-io:commons-io:2.5'
40- compile ' com.google.protobuf:protobuf-java:3.5.1 '
41- compile ' com.google.protobuf:protobuf-java-util:3.5.1 '
40+ compile ' com.google.protobuf:protobuf-java:3.15.8 '
41+ compile ' com.google.protobuf:protobuf-java-util:3.15.8 '
4242 compile ' com.squareup:javapoet:1.11.1'
4343
4444 compileOnly(' org.projectlombok:lombok:+' )
45+ annotationProcessor ' org.projectlombok:lombok:+'
4546
4647 testCompile ' com.github.javaparser:javaparser-core:3.6.9'
4748 testCompile ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments