Skip to content

Commit e94e8f4

Browse files
otter606richarda23
authored andcommitted
update to latest gradle 5 (5.6.4)
1 parent 7076f89 commit e94e8f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dependencies {
4545
compile 'com.fasterxml.jackson.core:jackson-databind:'+jacksonVersion
4646

4747
compile 'org.projectlombok:lombok:1.16.10'
48+
annotationProcessor 'org.projectlombok:lombok:1.16.10'
4849
compile 'commons-lang:commons-lang:2.6'
4950
compile 'org.slf4j:slf4j-api:1.7.21'
5051

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)