forked from StarOpenSource/Engine
Add lombok plugin back to root build.gradle
This commit is contained in:
parent
9bc1882de3
commit
4ab050bf70
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'io.freefair.lombok' version "${pluginLombok}"
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue