You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,29 +19,29 @@ see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
19
19
:milestone: 109
20
20
:prev-version: 0.12.5
21
21
22
-
* Mill now provides native executables on windows-amd64, linux-{amd64,aarch64}, and
22
+
* https://mill-build.org/mill/cli/installation-ide.html#_mill_native_executable[Mill now provides native executables] on windows-amd64, linux-{amd64,aarch64}, and
23
23
macos-{amd64,aarch64}. These can be enabled by adding the `-native` suffix to your `.mill-version`
24
24
file (e.g. `0.12.6-native`), and allows you to run Mill on clean machines without needing
25
25
a pre-installed JVM (Mill will instead download one as necessary)
26
26
27
27
** Using Mill native binaries requires the latest `./mill` or `./mill.bat` files,
28
-
available for download in the Mill repo
28
+
available for download in the Mill repo (https://mill-build.org/mill/cli/installation-ide.html#_bootstrap_scripts[Docs])
29
29
30
30
** windows-aarch64 is not supported due to limitations in the upstream Graal native
* Mill also provides support for users to build native images via `NativeImageModule`
33
+
* Mill also provides support for users to build native images via `NativeImageModule` (https://mill-build.org/mill/javalib/publishing.html#_building_native_image_binaries_with_graal_vm[Docs])
is no longer experimental and is ready for people to use. It is still
37
37
in development, so please try it out and let us know if you hit issues!
38
38
39
-
* Support for semi-automated migration from Gradle to Mill {link-pr}/4363[#4363]
39
+
* Support for semi-automated migration from Gradle to Mill via `mill init` (https://mill-build.org/mill/migrating/gradle.html[Docs]) {link-pr}/4363[#4363]
40
40
41
41
* Overhaul of the JVM module dependency resolution logic, delegating it mostly upstream
42
42
to Coursier rather than implementing it in Mill {link-pr}/4145[#4145]
43
43
44
-
* Allow users to define and publish their own BOM in Mill {link-pr}/4155[#4155]
44
+
* Allow users to define and publish their own BOM in Mill (https://mill-build.org/mill/fundamentals/library-deps.html#_dependency_management[Docs]) {link-pr}/4155[#4155]
45
45
46
46
* Reduce Java Heap for Mill Client to reduce memory footprint {link-pr}/4163[#4163]
0 commit comments