Version 1.1.0, add oklch color option

- Update publish plugin
This commit is contained in:
2025-05-03 10:49:00 +02:00
parent 996a8f385e
commit 0e1c1cd99f
6 changed files with 71 additions and 135 deletions

View File

@@ -1,11 +1,20 @@
pluginManagement {
repositories {
google()
mavenCentral()
maven { setUrl("https://plugins.gradle.org/m2/") }
gradlePluginPortal()
}
}
rootProject.name = "kotlin-css-generator"
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
//enableFeaturePreview("GRADLE_METADATA")
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "kotlin-css-generator"