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")
allprojects {
group = "center.sciprog"
version = "0.1.0-SNAPSHOT"
}
tasks.create("version") {
group = "publishing"
val versionFile = project.buildDir.resolve("project-version.txt")
@ -16,9 +21,6 @@ tasks.create("version") {
}
subprojects {
group = "center.sciprog"
version = "0.1.0-SNAPSHOT"
repositories {
google()
mavenCentral()