We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58fbfe commit 4c103a7Copy full SHA for 4c103a7
kscript
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
## note: always use a patch release even if it's 0
4
-KSCRIPT_VERSION=1.5.2
+KSCRIPT_VERSION=1.5.3
5
6
## make sure that all requirements (java, kotlinc, maven) to run kscript are met
7
assertInPath(){ if [ -z "$(which $1)" ]; then echo "[ERROR] Could not locate '$1'" 1>&2; exit 1; fi }
0 commit comments