switch to Groovy DSL
This commit is contained in:
17
settings.gradle
Normal file
17
settings.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url = 'https://woggioni.net/mvn/'
|
||||
}
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "net.woggioni.gradle.lombok" version "0.1"
|
||||
id "org.jetbrains.kotlin.jvm" version getProperty("kotlin.version")
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "jzstd"
|
||||
|
||||
include("cli")
|
Reference in New Issue
Block a user