File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- apply plugin : ' java'
1
+ plugins {
2
+ id ' io.franzbecker.gradle-lombok' version ' 1.14'
3
+ id ' java'
4
+ }
2
5
3
6
compileJava {
4
7
targetCompatibility = JavaVersion . VERSION_1_8
@@ -16,14 +19,12 @@ repositories {
16
19
dependencies {
17
20
compile ' com.google.code.findbugs:jsr305:3.0.1'
18
21
compile ' com.google.code.gson:gson:2.8.0'
19
- compile ' org.projectlombok:lombok:1.16.2'
20
22
21
23
testCompile ' junit:junit:4.12'
22
24
testCompile ' org.mockito:mockito-core:2.+'
23
25
testCompile ' org.hamcrest:hamcrest-core:1.3'
24
26
testCompile ' org.hamcrest:hamcrest-library:1.3'
25
27
testCompile ' org.hamcrest:hamcrest-integration:1.3'
26
-
27
28
}
28
29
29
30
apply from : rootProject. file(' gradle/gradle-bintray-push.gradle' )
Original file line number Diff line number Diff line change 1
- # Tue Jan 17 23:05:24 CET 2017
1
+ # Sun May 27 11:25:37 CEST 2018
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments