Cleanup.
This commit is contained in:
parent
6d523414de
commit
fd199136a9
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@ repositories {
|
||||||
|
|
||||||
// In this section you declare the dependencies for your production and test code
|
// In this section you declare the dependencies for your production and test code
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'net.thauvin.erik:semver:0.9.6-beta'
|
compileOnly 'net.thauvin.erik:semver:0.9.6-beta'
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
|
|
|
@ -7,7 +7,6 @@ import com.beust.kobalt.plugin.java.*
|
||||||
val repos = repos()
|
val repos = repos()
|
||||||
val processorJar = "net.thauvin.erik:semver:0.9.6-beta"
|
val processorJar = "net.thauvin.erik:semver:0.9.6-beta"
|
||||||
|
|
||||||
|
|
||||||
val p = project {
|
val p = project {
|
||||||
|
|
||||||
name = "kobalt-semver-test"
|
name = "kobalt-semver-test"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue