add deployments
This commit is contained in:
parent
a8b304bd20
commit
2e8de0b183
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user