initial commit
This commit is contained in:
15
settings.gradle
Normal file
15
settings.gradle
Normal file
@@ -0,0 +1,15 @@
|
||||
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 = 'gbcs'
|
Reference in New Issue
Block a user