We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7076f89 commit e94e8f4Copy full SHA for e94e8f4
2 files changed
build.gradle
@@ -45,6 +45,7 @@ dependencies {
45
compile 'com.fasterxml.jackson.core:jackson-databind:'+jacksonVersion
46
47
compile 'org.projectlombok:lombok:1.16.10'
48
+ annotationProcessor 'org.projectlombok:lombok:1.16.10'
49
compile 'commons-lang:commons-lang:2.6'
50
compile 'org.slf4j:slf4j-api:1.7.21'
51
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments