Removed Kobalt.
This commit is contained in:
parent
d3b6fb50d1
commit
c08cb0708d
7 changed files with 4 additions and 51 deletions
|
@ -1,29 +0,0 @@
|
|||
import com.beust.kobalt.*
|
||||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
|
||||
// ./kobaltw run
|
||||
|
||||
val bs = buildScript {
|
||||
repos(localMaven())
|
||||
}
|
||||
|
||||
val p = project {
|
||||
name = "KotlinExample"
|
||||
version = "0.1"
|
||||
|
||||
dependencies {
|
||||
compile("net.thauvin.erik:pinboard-poster:1.0.1")
|
||||
}
|
||||
|
||||
assemble {
|
||||
jar {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
application {
|
||||
ignoreErrorStream = true
|
||||
mainClass = "net.thauvin.erik.pinboard.samples.KotlinExampleKt"
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
kobalt.version=1.0.123
|
|
@ -1,2 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*
|
|
@ -1,4 +0,0 @@
|
|||
@echo off
|
||||
set DIRNAME=%~dp0
|
||||
if "%DIRNAME%" == "" set DIRNAME=.
|
||||
java -jar "%DIRNAME%/kobalt/wrapper/kobalt-wrapper.jar" %*
|
Loading…
Add table
Add a link
Reference in a new issue