Updated to Kobalt 0.860.

This commit is contained in:
Erik C. Thauvin 2016-07-20 11:22:15 -07:00
parent bf42e81afb
commit f2cf1d2b99
7 changed files with 3 additions and 15 deletions

View file

@ -10,4 +10,4 @@ cache:
- $HOME/.m2
- $HOME/.kobalt
script: sh kobaltw clean assemble
script: ./kobaltw clean assemble

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kobalt.jar" level="project" />
</component>
</module>

Binary file not shown.

View file

@ -1 +1 @@
kobalt.version=0.853
kobalt.version=0.860

View file

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

Binary file not shown.

View file

@ -1 +0,0 @@
kobalt.version=0.843