This commit is contained in:
Andrew Golovashevich 2025-08-22 14:40:13 +03:00
parent e8d899928e
commit 953af111b4
2 changed files with 3 additions and 4 deletions

View File

@ -15,7 +15,7 @@ buildscript {
}
group = "ru.landgrafhomyak.utility"
version = "0.5"
version = "1.0"
repositories {
mavenCentral()
@ -76,7 +76,6 @@ xomrk {
val jvmMain by getting {
dependsOn(commonMain)
dependencies {
compileOnly(kotlinStdlibDependency)
}
}
@ -109,7 +108,7 @@ xomrk {
publishing {
repositories {
defineXomrkGiteaMavenRepo()
defineXomrkGiteaMavenRepo(user="LanguageUtilities")
}
}
}

View File

@ -1,3 +1,3 @@
rootProject.name = "reference-counter"
rootProject.name = "closeable-state"
includeBuild("./highlevel-try-finally")