Skip to content

Commit 43eda56

Browse files
committed
updated config for lombok
1 parent d29f6fb commit 43eda56

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: gactions/build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
apply plugin: 'java'
1+
plugins {
2+
id 'io.franzbecker.gradle-lombok' version '1.14'
3+
id 'java'
4+
}
25

36
compileJava {
47
targetCompatibility = JavaVersion.VERSION_1_8
@@ -16,14 +19,12 @@ repositories {
1619
dependencies {
1720
compile 'com.google.code.findbugs:jsr305:3.0.1'
1821
compile 'com.google.code.gson:gson:2.8.0'
19-
compile 'org.projectlombok:lombok:1.16.2'
2022

2123
testCompile 'junit:junit:4.12'
2224
testCompile 'org.mockito:mockito-core:2.+'
2325
testCompile 'org.hamcrest:hamcrest-core:1.3'
2426
testCompile 'org.hamcrest:hamcrest-library:1.3'
2527
testCompile 'org.hamcrest:hamcrest-integration:1.3'
26-
2728
}
2829

2930
apply from: rootProject.file('gradle/gradle-bintray-push.gradle')

Diff for: gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 17 23:05:24 CET 2017
1+
#Sun May 27 11:25:37 CEST 2018
22
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-3.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)