Cleanup for release.

This commit is contained in:
Erik C. Thauvin 2017-05-04 19:13:26 -07:00
parent 45b36afe15
commit 06328f155d
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ import java.util.*
// .kobaltw run
val bs = buildScript {
repos(file("K:/maven/repository/"), localMaven())
//repos(file("K:/maven/repository/"), localMaven())
}
fun StringBuilder.prepend(s: String): StringBuilder {
@ -41,7 +41,7 @@ val example = project {
version = versionFor()
val mainClassName = "net.thauvin.erik.semver.example.Example"
val processorJar = "net.thauvin.erik:semver:0.9.7"
val processorJar = "net.thauvin.erik:semver:"
dependencies {
apt(processorJar)