Updated to Kobalt 0.860.
This commit is contained in:
parent
bf42e81afb
commit
f2cf1d2b99
7 changed files with 3 additions and 15 deletions
|
@ -10,4 +10,4 @@ cache:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
- $HOME/.kobalt
|
- $HOME/.kobalt
|
||||||
|
|
||||||
script: sh kobaltw clean assemble
|
script: ./kobaltw clean assemble
|
||||||
|
|
|
@ -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.
|
@ -1 +1 @@
|
||||||
kobalt.version=0.853
|
kobalt.version=0.860
|
1
kobaltw
1
kobaltw
|
@ -1 +1,2 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
|
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
|
||||||
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
kobalt.version=0.843
|
|
Loading…
Add table
Add a link
Reference in a new issue