Kosogor upgraded to 1.0.7

This commit is contained in:
Andrey.Tarashevskiy
2019-07-03 17:25:40 +03:00
parent 550dc32650
commit fd7ff5d014
5 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.3.31" apply true
id("tanvd.kosogor") version "1.0.4" apply true
id("tanvd.kosogor") version "1.0.7" apply true
}
subprojects {

View File

@@ -9,5 +9,5 @@ dependencies {
plugins {
`kotlin-dsl` apply true
id("tanvd.kosogor") version "1.0.4" apply true
id("tanvd.kosogor") version "1.0.7" apply true
}

View File

@@ -32,6 +32,7 @@ publishJar {
secretKey = project.properties["bintrayApiKey"]?.toString() ?: System.getenv("BINTRAY_API_KEY")
repository = "exposed"
info {
publish = false
githubRepo = "https://github.com/JetBrains/Exposed.git"
vcsUrl = "https://github.com/JetBrains/Exposed.git"
userOrg = "kotlin"

View File

@@ -55,6 +55,7 @@ publishJar {
secretKey = project.properties["bintrayApiKey"]?.toString() ?: System.getenv("BINTRAY_API_KEY")
repository = "exposed"
info {
publish = false
githubRepo = "https://github.com/JetBrains/Exposed.git"
vcsUrl = "https://github.com/JetBrains/Exposed.git"
userOrg = "kotlin"

View File

@@ -37,6 +37,7 @@ publishJar {
secretKey = project.properties["bintrayApiKey"]?.toString() ?: System.getenv("BINTRAY_API_KEY")
repository = "exposed"
info {
publish = false
githubRepo = "https://github.com/JetBrains/Exposed.git"
vcsUrl = "https://github.com/JetBrains/Exposed.git"
userOrg = "kotlin"