Skip to content

Commit

Permalink
Bump Lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
boiscljo committed Jan 23, 2024
1 parent 2d2a58b commit 63072be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ buildscript {
dependencies {
classpath "org.ajoberstar.grgit:org.ajoberstar.grgit.gradle.plugin:5.0.0"
}
dependencies {
classpath "io.freefair.gradle:lombok-plugin:8.4"
}
}

ext {
Expand Down Expand Up @@ -76,6 +79,7 @@ allprojects {

subprojects {
apply plugin: 'java'
apply plugin: "io.freefair.lombok"
apply plugin: 'org.screamingsandals.plugin-builder'

//apply plugin: 'org.screamingsandals.gradle.builder'
Expand Down

0 comments on commit 63072be

Please sign in to comment.