Skip to content

Commit 8bd9542

Browse files
Fix gradle warnings (#8)
Bump versions: gradle wrapper 4.8 -> 4.10, protobuf-java 3.5.1 -> 3.15.8, gradle shadow plugin 2.0.3 -> 4.0.3
1 parent 5c213cf commit 8bd9542

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

plugin/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)