More cleanup.
This commit is contained in:
parent
3ddab8a1ef
commit
414e407121
3 changed files with 5 additions and 5 deletions
|
@ -27,8 +27,8 @@ jobs:
|
|||
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
||||
|
||||
- run:
|
||||
name: Assemble & Test
|
||||
command: ./kobaltw assemble test
|
||||
name: Assemble
|
||||
command: ./kobaltw assemble
|
||||
|
||||
- store_artifacts:
|
||||
path: kobaltBuild/test-output/
|
||||
|
|
|
@ -16,4 +16,4 @@ cache:
|
|||
before_cache:
|
||||
- rm -rf .kobalt/*
|
||||
|
||||
script: ./kobaltw clean assemble test
|
||||
script: ./kobaltw clean assemble
|
||||
|
|
|
@ -16,7 +16,7 @@ val bs = buildScript {
|
|||
}
|
||||
|
||||
val dev by profile()
|
||||
val kobaltDependency = if (dev) "kobalt-plugin-api" else "kobalt-plugin-api"
|
||||
val kobaltDependency = if (dev) "kobalt" else "kobalt-plugin-api"
|
||||
|
||||
val p = project {
|
||||
|
||||
|
@ -45,7 +45,7 @@ val p = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile("com.beust:$kobaltDependency:")
|
||||
compileOnly("com.beust:$kobaltDependency:")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.2.10")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue