Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions bucket/mill.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "0.12.5",
"version": "1.0.2",
"description": "Build tool aiming for Java and Scala.",
"homepage": "https://mill-build.com/",
"license": "MIT",
"suggest": {
"JDK": "java/openjdk"
Copy link
Member

@Lutra-Fs Lutra-Fs Aug 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest removing OpenJDK deps as we have migrated to the native runner

},
"url": "https://github.com/com-lihaoyi/mill/releases/download/0.12.5/0.12.5-assembly#/mill.bat",
"hash": "0c7b25412feecf06d955d013418de9a9080ce755bedbac7601c9109c33d5a057",
"bin": "mill.bat",
"url": "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-windows-amd64/1.0.2/mill-dist-native-windows-amd64-1.0.2.exe#/mill.exe",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use
"architecture" field to limit the native runner only run with AMD64(64 bit) machine. Because https://mill-build.org/mill/cli/installation-ide.html#_mill_native_and_jvm_executables clearly states that the native one does not support ARM64 architecture

"hash": "704aa4244b79777daa6f2c4c96455943f366db6377b49bed1b4b1201da39df6e",
"bin": "mill.exe",
"checkver": {
"github": "https://github.com/com-lihaoyi/mill"
},
"autoupdate": {
"url": "https://github.com/com-lihaoyi/mill/releases/download/$matchHead/$version-assembly#/mill.bat"
"url": "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-windows-amd64/$version/mill-dist-native-windows-amd64-$version.exe#/mill.exe"
}
}
Loading