File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
src/main/kotlin/kscript/app Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 33## 3.1
44
55Major changes & enhancements
6- * Removed jcenter as default dependency (apart from maven-central)
6+ * Removed jcenter as default dependency repository
7+ * Updated tests and build integration to function without jcenter
78
89
910## 3.0
Original file line number Diff line number Diff line change 55# 3. Push and wait for travis CI results
66
77# export KSCRIPT_HOME="/Users/brandl/projects/kotlin/kscript";
8- export KSCRIPT_HOME=" /mnt/hgfs/sharedDB/db_projects /kscript" ;
8+ export KSCRIPT_HOME=" /mnt/hgfs/d_data/projects/misc /kscript" ;
99export PATH=${KSCRIPT_HOME} :${PATH}
1010export PATH=~ /go/bin/:$PATH
1111
@@ -42,8 +42,8 @@ zip -r ${KSCRIPT_ARCHIVE}/kscript-${kscript_version}.zip kscript-${kscript_versi
4242# apk add zip && cd /data && zip -r kscript-${kscript_version}.zip kscript-${kscript_version}
4343
4444
45- open ${KSCRIPT_ARCHIVE}
46-
45+ # open ${KSCRIPT_ARCHIVE}
46+ xdg-open $KSCRIPT_ARCHIVE
4747
4848# # Ensure correct targetCompatibility
4949
@@ -74,6 +74,9 @@ cd ${KSCRIPT_HOME}
7474
7575git config user.email
" [email protected] " 7676
77+ git status
78+ git commit -am " ${kscript_version} release"
79+
7780
7881# git tag v${kscript_version} && git push --tags
7982(git diff --exit-code && git tag v${kscript_version} ) || echo " could not tag current branch"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import kotlin.system.exitProcess
2323 * @author Holger Brandl
2424 */
2525
26- const val KSCRIPT_VERSION = " 3.1"
26+ const val KSCRIPT_VERSION = " 3.1.0 "
2727
2828val selfName = System .getenv(" CUSTOM_KSCRIPT_NAME" ) ? : " kscript"
2929
You can’t perform that action at this time.
0 commit comments