File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,6 @@ unset OLD_MILL
97
97
unset MILL_VERSION_TAG
98
98
unset MILL_REPO_URL
99
99
100
- if [ " x$1 " == " x-i" -o " x$1 " == " x--interactive" ]; then
101
- MILL_APP_NAME=" mill-interactive"
102
- else
103
- MILL_APP_NAME=" mill"
104
- fi
105
-
106
100
mill_cs_opts=()
107
101
108
102
# Adapted from Mill 0.10.0-M5 assembly
@@ -120,6 +114,7 @@ init_mill_jvm_opts() {
120
114
" -X" * ) mill_cs_opts=(" ${mill_cs_opts[@]} " " --java-opt" " $line " )
121
115
esac
122
116
done < " $mill_jvm_opts_file "
117
+ mill_cs_opts=(" ${mill_cs_opts[@]} " " --java-opt" " -Dmill.jvm_opts_applied=true" )
123
118
fi
124
119
}
125
120
@@ -144,7 +139,7 @@ init_mill_cs_opts() {
144
139
145
140
# Adapted from
146
141
147
- coursier_version=" 2.1.0-M2 "
142
+ coursier_version=" 2.1.0-M6-53-gb4f448130 "
148
143
149
144
# https://stackoverflow.com/questions/3466166/how-to-check-if-running-in-cygwin-mac-or-linux/17072017#17072017
150
145
if [ " $( expr substr $( uname -s) 1 5 2> /dev/null) " == " Linux" ]; then
@@ -205,4 +200,4 @@ if [ -n "${CI+set}" ]; then
205
200
rm -rf " $HOME /.mill/ammonite/cache"
206
201
fi
207
202
208
- exec " $cs " launch " $MILL_APP_NAME :$MILL_VERSION " " ${mill_cs_opts[@]} " -- " $@ "
203
+ exec " $cs " launch " mill :$MILL_VERSION " " ${mill_cs_opts[@]} " -- " $@ "
You can’t perform that action at this time.
0 commit comments