Prep for 0.5.3 release.
This commit is contained in:
parent
2cd3c64cad
commit
11e3fc02fc
4 changed files with 19 additions and 18 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue