Prep for 0.5.3 release.

This commit is contained in:
Erik C. Thauvin 2017-04-24 14:59:50 -07:00
parent 2cd3c64cad
commit 11e3fc02fc
4 changed files with 19 additions and 18 deletions

View file

@ -16,15 +16,6 @@ val p = project {
}
```
Use the `localMaven()` directive to tell Kobalt to look for artifacts in the Maven Local Repository:
```kotlin
val bs = buildScript {
...
repos(localMaven())
}
```
To publish to the Maven Local Repository use the `publishToMavenLocal` task:
```