Kobalt 1.0.69 update.
This commit is contained in:
parent
4cad175a8d
commit
21cf5efe8e
10 changed files with 235 additions and 67 deletions
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.linked.project.id="example" external.linked.project.path="$MODULE_DIR$/.." external.root.project.path="$MODULE_DIR$/.." external.system.id="KOBALT" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="false">
|
||||
<output url="file://$MODULE_DIR$/../kobaltBuild/classes" />
|
||||
<output-test url="file://$MODULE_DIR$/../kobaltBuild/test-classes" />
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/kobaltBuild" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="kobalt-maven-local" />
|
||||
</component>
|
||||
</module>
|
|
@ -6,6 +6,7 @@ import com.beust.kobalt.plugin.java.*
|
|||
// ./kobaltw run --log 2
|
||||
|
||||
val bs = buildScript {
|
||||
//plugins(file("../libs/kobalt-maven-local-0.5.2.jar"))
|
||||
plugins("net.thauvin.erik:kobalt-maven-local:")
|
||||
repos(localMaven())
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.60
|
||||
kobalt.version=1.0.69
|
Loading…
Add table
Add a link
Reference in a new issue