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

~/.kobalt/repository is now ~/.kobalt/cache

This commit is contained in:
Cedric Beust 2016-07-20 22:50:36 -08:00
parent 8a30679966
commit 74181ec892

View file

@ -18,7 +18,7 @@ import javax.xml.bind.annotation.XmlRootElement
@XmlRootElement(name = "kobaltSettings")
class KobaltSettingsXml {
@XmlElement(name = "localCache") @JvmField
var localCache: String = homeDir(KFiles.KOBALT_DOT_DIR, "repository")
var localCache: String = homeDir(KFiles.KOBALT_DOT_DIR, "cache")
@XmlElement(name = "localMavenRepo") @JvmField
var localMavenRepo: String = homeDir(KFiles.KOBALT_DOT_DIR, "localMavenRepo")