Prep for 0.9.0 release.

This commit is contained in:
Erik C. Thauvin 2017-04-24 15:21:42 -07:00
parent 601cc742cd
commit f1960ad9a6
4 changed files with 10 additions and 6 deletions

View file

@ -8,7 +8,8 @@ import org.apache.maven.model.*
val semver = "0.9.0"
val bs = buildScript {
plugins("net.thauvin.erik:kobalt-versioneye:")
repos(file("k:/maven/repository"))
plugins("net.thauvin.erik:kobalt-versioneye:", "net.thauvin.erik:kobalt-maven-local:")
}
val dev by profile()
@ -52,7 +53,9 @@ val p = project {
fatJar = true
}
mavenJars {}
mavenJars {
fatJar = true
}
}
autoGitTag {