mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
0.390.
This commit is contained in:
parent
9b5d923bcc
commit
f7be0ef52b
3 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
kobalt.version=0.389
|
||||
kobalt.version=0.390
|
|
@ -1 +1 @@
|
|||
kobalt.version=0.389
|
||||
kobalt.version=0.390
|
||||
|
|
|
@ -12,7 +12,7 @@ import com.beust.kobalt.plugin.kotlin.kotlinCompiler
|
|||
import com.beust.kobalt.plugin.kotlin.kotlinProject
|
||||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
import com.beust.kobalt.plugin.publish.github
|
||||
import com.beust.kobalt.plugin.publish.jcenter
|
||||
import com.beust.kobalt.plugin.publish.bintray
|
||||
import com.beust.kobalt.repos
|
||||
import com.beust.kobalt.test
|
||||
import java.io.File
|
||||
|
@ -102,7 +102,7 @@ val kobaltPluginApi = kotlinProject {
|
|||
args("-nowarn")
|
||||
}
|
||||
|
||||
jcenter {
|
||||
bintray {
|
||||
publish = true
|
||||
}
|
||||
}
|
||||
|
@ -156,7 +156,7 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) {
|
|||
args("-nowarn")
|
||||
}
|
||||
|
||||
jcenter {
|
||||
bintray {
|
||||
publish = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue