Added localMaven repo for testing.
This commit is contained in:
parent
5b0a2cf65b
commit
91d4bd7a3b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import java.util.*
|
|||
// .kobaltw run
|
||||
|
||||
val bs = buildScript {
|
||||
repos(file("K:/maven/repository/"))
|
||||
repos(file("K:/maven/repository/"), localMaven())
|
||||
}
|
||||
|
||||
fun StringBuilder.prepend(s: String): StringBuilder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue