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:
parent
8a30679966
commit
74181ec892
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue