Removed Kobalt.

This commit is contained in:
Erik C. Thauvin 2020-08-19 21:15:58 -07:00
parent d3b6fb50d1
commit c08cb0708d
7 changed files with 4 additions and 51 deletions

View file

@ -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"
}
}

View file

@ -1 +0,0 @@
kobalt.version=1.0.123

View file

@ -1,2 +0,0 @@
#!/usr/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

View file

@ -1,4 +0,0 @@
@echo off
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
java -jar "%DIRNAME%/kobalt/wrapper/kobalt-wrapper.jar" %*