12 lines
244 B
Kotlin
12 lines
244 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
|
|
maven { setUrl("https://plugins.gradle.org/m2/") }
|
|
}
|
|
}
|
|
|
|
rootProject.name = "publish-kotlin-css-generator"
|
|
|
|
//enableFeaturePreview("GRADLE_METADATA")
|
|
//include(":publish") |