Skip to content

Commit 770548d

Browse files
committed
lombok
1 parent 8b5a475 commit 770548d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
plugins {
22
id 'java'
3+
id 'io.franzbecker.gradle-lombok' version '1.14'
34
}
45

56
group 'java11-concurrency-lock-execute-around-method-pattern'
67
version '1.0-SNAPSHOT'
78

89
sourceCompatibility = 11
910

11+
lombok {
12+
version = '1.18.4'
13+
}
14+
15+
1016
repositories {
1117
mavenCentral()
1218
}

0 commit comments

Comments
 (0)