add deployments

This commit is contained in:
Alexander Nozik 2022-07-17 10:21:11 +03:00
parent a8b304bd20
commit 2e8de0b183
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

View File

@ -4,6 +4,11 @@ plugins {
val ktorVersion by extra("2.0.3") val ktorVersion by extra("2.0.3")
allprojects {
group = "center.sciprog"
version = "0.1.0-SNAPSHOT"
}
tasks.create("version") { tasks.create("version") {
group = "publishing" group = "publishing"
val versionFile = project.buildDir.resolve("project-version.txt") val versionFile = project.buildDir.resolve("project-version.txt")
@ -16,9 +21,6 @@ tasks.create("version") {
} }
subprojects { subprojects {
group = "center.sciprog"
version = "0.1.0-SNAPSHOT"
repositories { repositories {
google() google()
mavenCentral() mavenCentral()