1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-28 00:58:12 -07:00
This commit is contained in:
Cedric Beust 2016-12-07 13:50:46 -08:00
parent 8c29914193
commit 7ec673c41e
6 changed files with 7 additions and 6 deletions

View file

@ -1 +1,2 @@
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $* #!/usr/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -30,7 +30,7 @@ class KobaltSettingsXml {
var proxies: ProxiesXml? = null var proxies: ProxiesXml? = null
@XmlElement(name = "kobaltCompilerVersion") @JvmField @XmlElement(name = "kobaltCompilerVersion") @JvmField
var kobaltCompilerVersion: String = "1.0.4" var kobaltCompilerVersion: String = "1.0.5"
@XmlElement(name = "kobaltCompilerRepo") @JvmField @XmlElement(name = "kobaltCompilerRepo") @JvmField
var kobaltCompilerRepo: String? = null var kobaltCompilerRepo: String? = null