Added Kobalt back to CircleCI.
This commit is contained in:
parent
7cfdec0f41
commit
40a43498af
3 changed files with 41 additions and 6 deletions
|
@ -45,12 +45,12 @@ val p = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.2.10")
|
||||
compile("com.squareup.okhttp3:okhttp:3.9.1")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.2.50")
|
||||
compile("com.squareup.okhttp3:okhttp:3.10.0")
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.12")
|
||||
compile("org.testng:testng:6.14.3")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
@ -63,7 +63,7 @@ val p = project {
|
|||
}
|
||||
|
||||
kotlinCompiler {
|
||||
//args("-source", "1.8")
|
||||
//args("-source", "1.8")
|
||||
}
|
||||
|
||||
application {
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.100
|
||||
kobalt.version=1.0.114
|
Loading…
Add table
Add a link
Reference in a new issue