diff --git a/build.gradle b/build.gradle index 7bce6418..31a320d7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ plugins { id 'java' id 'maven-publish' - id "io.freefair.lombok" version "6.3.0" id "com.github.johnrengelman.shadow" version "4.0.4" } @@ -24,6 +23,8 @@ dependencies { compileOnly 'com.arcaniax:HeadDatabase-API:1.3.1' // Annotations + compileOnly 'org.projectlombok:lombok:1.18.20' + annotationProcessor 'org.projectlombok:lombok:1.18.20' compileOnly 'org.jetbrains:annotations:22.0.0' annotationProcessor 'org.jetbrains:annotations:22.0.0'