Skip to content

Commit 868cb68

Browse files
Update Mill to 0.10.2 and mill-native-image to 0.1.19
1 parent 22a7169 commit 868cb68

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/launchers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
with:
2424
jvm: 8
2525
- run: |
26-
./mill -i "native.writeNativeImageScript" generate.sh && \
26+
./mill -i "native.writeNativeImageScript" generate.sh "" && \
2727
./generate.sh && \
2828
./mill -i "native.copyToArtifacts" artifacts/
2929
if: runner.os != 'Windows'
3030
- run: |
31-
@call ./mill.bat -i "native.writeNativeImageScript" generate.bat
31+
@call ./mill.bat -i "native.writeNativeImageScript" generate.bat ""
3232
@call generate.bat
3333
@call ./mill.bat -i "native.copyToArtifacts" artifacts/
3434
shell: cmd
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
jvm: 8
5858
- run: |
59-
./mill -i "native-static.writeNativeImageScript" generate.sh && \
59+
./mill -i "native-static.writeNativeImageScript" generate.sh "" && \
6060
./generate.sh && \
6161
./mill -i "native-static.copyToArtifacts" artifacts/
6262
- uses: actions/[email protected]
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
jvm: 8
8484
- run: |
85-
./mill -i "native-mostly-static.writeNativeImageScript" generate.sh && \
85+
./mill -i "native-mostly-static.writeNativeImageScript" generate.sh "" && \
8686
./generate.sh && \
8787
./mill -i "native-mostly-static.copyToArtifacts" artifacts/
8888
- uses: actions/[email protected]

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.12
1+
0.10.2

build.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version_mill0.9:0.1.1`
2-
import $ivy.`io.github.alexarchambault.mill::mill-native-image_mill0.9:0.1.12`
3-
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.12`
1+
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.1.4`
2+
import $ivy.`io.github.alexarchambault.mill::mill-native-image::0.1.19`
3+
import $ivy.`io.github.alexarchambault.mill::mill-native-image-upload:0.1.19`
44

55
import de.tobiasroeser.mill.vcs.version._
66
import io.github.alexarchambault.millnativeimage.NativeImage

0 commit comments

Comments
 (0)