Migrate to com.vanniktech.maven.publish publish plugin, update gradle, publish to maven central.
Some checks are pending
Gradle CI / build (push) Waiting to run

This commit is contained in:
2025-04-06 15:12:02 +02:00
parent ab5689133f
commit 6f37c879c2
4 changed files with 55 additions and 87 deletions

View File

@@ -1,2 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}
rootProject.name = "kotlin-komponent"