Skip to content

Commit

Permalink
Fix temporary mill launcher (#699)
Browse files Browse the repository at this point in the history
Not sure why I had added this. Locally, this makes the scala-cli-based
compile stuff in build try to use the scala-cli script at the root of
the sources, and fail (as it needs the native-image to be built).
  • Loading branch information
alexarchambault authored Feb 23, 2022
1 parent bfc1b2c commit 3269a22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mill
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ elif [[ "$cache_dest" == *.zip ]]; then
fi

eval "$(cs java --env --jvm temurin:17 || cs java --env --jvm openjdk:1.17.0)"
export PATH=".:$PATH"



init_mill_jvm_opts
Expand Down

0 comments on commit 3269a22

Please sign in to comment.