Cleanup for release.
This commit is contained in:
parent
45b36afe15
commit
06328f155d
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue