added lombok plugin
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = 'https://woggioni.net/mvn/'
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "net.woggioni.gradle.lombok" version "0.1"
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'jwo'
|
||||
|
||||
include('benchmark')
|
||||
|
Reference in New Issue
Block a user