mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
settings.xml now uses camel case tags.
This commit is contained in:
parent
29dc3dd466
commit
8a30679966
5 changed files with 13 additions and 13 deletions
|
@ -52,7 +52,7 @@ open class MainModule(val args: Args, val settings: KobaltSettings) : AbstractMo
|
|||
})
|
||||
EventBus().let { eventBus ->
|
||||
bind(EventBus::class.java).toInstance(eventBus)
|
||||
bind(Aether::class.java).toInstance(Aether(settings.localRepo, settings, eventBus))
|
||||
bind(Aether::class.java).toInstance(Aether(settings.localCache, settings, eventBus))
|
||||
}
|
||||
bind(PluginInfo::class.java).toProvider(Provider<PluginInfo> {
|
||||
PluginInfo.readKobaltPluginXml()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue