mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Trailing slash.
This commit is contained in:
parent
38649d5c98
commit
81988ad5f1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class Kobalt {
|
|||
|
||||
var context: KobaltContext? = null
|
||||
|
||||
val MAVEN_REPO = homeDir(".m2" + File.separator + "repository")
|
||||
val MAVEN_REPO = homeDir(".m2" + File.separator + "repository/")
|
||||
|
||||
private val DEFAULT_REPOS = listOf(
|
||||
"http://repo1.maven.org/maven2/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue