1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-24 18:57:11 -07:00
This commit is contained in:
Cedric Beust 2016-02-16 17:13:27 -08:00
parent 32f698dd16
commit 44afac3620
4 changed files with 13 additions and 4 deletions

10
kobalt/Build.kt.iml Normal file
View file

@ -0,0 +1,10 @@
<?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$" />
<content url="file://D:/Java/jdk1.8.0_05" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kobalt.jar" level="project" />
</component>
</module>

View file

@ -13,7 +13,7 @@ import com.beust.kobalt.plugin.publish.*
// suffix = "**Plugin.kt"
//}
val project = kotlinProject {
val project = project {
name = "kobalt-line-count"
group = "com.beust.kobalt"
artifactId = name
@ -28,7 +28,7 @@ val project = kotlinProject {
}
}
jcenter {
bintray {
publish = true
}

View file

@ -1 +1 @@
kobalt.version=0.388
kobalt.version=0.605

View file

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