1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Trailing slash.

This commit is contained in:
Cedric Beust 2015-12-12 00:37:57 +04:00
parent 38649d5c98
commit 81988ad5f1

View file

@ -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/",