File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
src/main/kotlin/kscript/app Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
1010dependencies {
1111// https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_plugin_and_dependency_management
1212 compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
13+ // compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
14+
1315// compile "org.apache.commons:commons-csv:1.3"
1416 compile " com.offbytwo:docopt:0.6.0.20150202"
1517
Original file line number Diff line number Diff line change 22
33
44# version tag for backward compatibility with kscript v1.x
5- KSCRIPT_VERSION=2.1.1
5+ KSCRIPT_VERSION=2.2.0
66
77
88# # resolve application jar path from script location and convert to windows path when using cygwin
Original file line number Diff line number Diff line change 11# # Release Checklist
22
3- # 1. Increment version in `kscript `
3+ # 1. Increment version in `Kscript.kt `
44# 2. Make sure that support api version is up to date and available from jcenter
55# 3. Push and wait for travis CI results
66
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import kotlin.system.exitProcess
1919 * @author Holger Brandl
2020 */
2121
22- const val KSCRIPT_VERSION = " 2.1.1 "
22+ const val KSCRIPT_VERSION = " 2.2.0 "
2323
2424val USAGE = """
2525kscript - Enhanced scripting support for Kotlin on *nix-based systems.
You can’t perform that action at this time.
0 commit comments