v1.0
This commit is contained in:
parent
e8d899928e
commit
953af111b4
@ -15,7 +15,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "ru.landgrafhomyak.utility"
|
group = "ru.landgrafhomyak.utility"
|
||||||
version = "0.5"
|
version = "1.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -76,7 +76,6 @@ xomrk {
|
|||||||
val jvmMain by getting {
|
val jvmMain by getting {
|
||||||
dependsOn(commonMain)
|
dependsOn(commonMain)
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(kotlinStdlibDependency)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -109,7 +108,7 @@ xomrk {
|
|||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
defineXomrkGiteaMavenRepo()
|
defineXomrkGiteaMavenRepo(user="LanguageUtilities")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,3 +1,3 @@
|
|||||||
rootProject.name = "reference-counter"
|
rootProject.name = "closeable-state"
|
||||||
|
|
||||||
includeBuild("./highlevel-try-finally")
|
includeBuild("./highlevel-try-finally")
|
||||||
Loading…
Reference in New Issue
Block a user