mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Formatting.
This commit is contained in:
parent
1986ef95ca
commit
4b6d53d3dd
1 changed files with 4 additions and 2 deletions
|
@ -82,7 +82,9 @@ class KobaltSettings @Inject constructor(val xmlFile: KobaltSettingsXml) {
|
||||||
map { proxyXml->
|
map { proxyXml->
|
||||||
ProxyConfig(proxyXml.host, toIntOr(proxyXml.port, 0), proxyXml.type, proxyXml.nonProxyHosts)
|
ProxyConfig(proxyXml.host, toIntOr(proxyXml.port, 0), proxyXml.type, proxyXml.nonProxyHosts)
|
||||||
}
|
}
|
||||||
} else null
|
} else {
|
||||||
|
null
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var kobaltCompilerVersion = xmlFile.kobaltCompilerVersion
|
var kobaltCompilerVersion = xmlFile.kobaltCompilerVersion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue