Skip to content

Commit 29380b4

Browse files
committed
using lombok defaults
1 parent 86462d1 commit 29380b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ plugins {
66
group 'java8-map-functions'
77
version '1.0-SNAPSHOT'
88

9-
sourceCompatibility = 11
10-
11-
lombok {
12-
}
9+
sourceCompatibility = 1.8
1310

1411
repositories {
1512
mavenCentral()

0 commit comments

Comments
 (0)