File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ millSettings=(
4444function tryBuild() {
4545 mill=$1
4646 echo " Try build using $mill "
47- $mill ${millSettings[@]} runCommunityBuild " $scalaVersion " " ${projectConfig} " " ${targets[@]} "
47+ $mill " ${millSettings[@]} " runCommunityBuild " $scalaVersion " " ${projectConfig} " " ${targets[@]} "
4848}
4949
5050
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if [[ -f .mill-version ]];then
3030else
3131 echo " No .mill-version file found, detecting compatible mill version"
3232 if [[ -f ./mill ]]; then
33- millVersion=` ./mill -v resolve _ | grep " [Mm]ill.*version" | grep -E -o " (\d+\.?){3}" `
33+ millVersion=` ./mill -v $RESOLVE | grep " [Mm]ill.*version" | grep -E -o " (\d+\.?){3}" `
3434 else
3535 for v in $MILL_0_11 $MILL_0_10 $MILL_0_9 ; do
3636 if ${scriptDir} /millw --mill-version $v $RESOLVE > /dev/null 2> /dev/null; then
You can’t perform that action at this time.
0 commit comments