Skip to content

Commit d96a053

Browse files
committed
Add lombok to all projects
Lombok is a powerful tool. And, since the project is growing to be multi-module. It would be powerful to have this tool applied to every module on it.
1 parent 6c41a9a commit d96a053

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ group = 'codes.biscuit'
1212

1313
allprojects {
1414
apply plugin: 'java'
15+
apply plugin: 'io.franzbecker.gradle-lombok'
1516

1617
// Java plugin settings
1718
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)