Add lombok plugin back to root build.gradle

This commit is contained in:
JeremyStar™ 2024-06-16 21:06:51 +02:00
parent 9bc1882de3
commit 4ab050bf70
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -1,5 +1,6 @@
plugins {
id 'java'
id 'io.freefair.lombok' version "${pluginLombok}"
id 'maven-publish'
}