diff --git a/kobalt/Build.kt.iml b/kobalt/Build.kt.iml new file mode 100644 index 0000000..acaeaca --- /dev/null +++ b/kobalt/Build.kt.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 1faf505..1f41f68 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -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 } diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index 0faba10..52290fd 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.388 +kobalt.version=0.605 \ No newline at end of file diff --git a/kobaltw b/kobaltw index 1fd228d..b27b3d8 100755 --- a/kobaltw +++ b/kobaltw @@ -1,2 +1 @@ -#!/usr/bin/env bash java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*