mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
Kosogor upgraded to 1.0.7
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user