Skip to content

Commit

Permalink
bugfix: Fix millw script
Browse files Browse the repository at this point in the history
This was already done upstream.

Fixes #6445
  • Loading branch information
tgodzik committed May 27, 2024
1 parent de2cab6 commit 16c7c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metals/src/main/resources/millw.bat
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ set MILL=%MILL_DOWNLOAD_PATH%\!MILL_VERSION!.bat

if not exist "%MILL%" (
set VERSION_PREFIX=%MILL_VERSION:~0,4%
# Since 0.5.0
rem Since 0.5.0
set DOWNLOAD_SUFFIX=-assembly
# Since 0.11.0
rem Since 0.11.0
set DOWNLOAD_FROM_MAVEN=1
if [!VERSION_PREFIX!]==[0.0.] (
set DOWNLOAD_SUFFIX=
Expand Down

0 comments on commit 16c7c66

Please sign in to comment.