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'
10
10
dependencies {
11
11
// https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_plugin_and_dependency_management
12
12
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
13
+ // compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
14
+
13
15
// compile "org.apache.commons:commons-csv:1.3"
14
16
compile " com.offbytwo:docopt:0.6.0.20150202"
15
17
Original file line number Diff line number Diff line change 2
2
3
3
4
4
# version tag for backward compatibility with kscript v1.x
5
- KSCRIPT_VERSION=2.1.1
5
+ KSCRIPT_VERSION=2.2.0
6
6
7
7
8
8
# # 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 1
1
# # Release Checklist
2
2
3
- # 1. Increment version in `kscript `
3
+ # 1. Increment version in `Kscript.kt `
4
4
# 2. Make sure that support api version is up to date and available from jcenter
5
5
# 3. Push and wait for travis CI results
6
6
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import kotlin.system.exitProcess
19
19
* @author Holger Brandl
20
20
*/
21
21
22
- const val KSCRIPT_VERSION = " 2.1.1 "
22
+ const val KSCRIPT_VERSION = " 2.2.0 "
23
23
24
24
val USAGE = """
25
25
kscript - Enhanced scripting support for Kotlin on *nix-based systems.
You can’t perform that action at this time.
0 commit comments