File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
with :
24
24
jvm : 8
25
25
- run : |
26
- ./mill -i "native.writeNativeImageScript" generate.sh && \
26
+ ./mill -i "native.writeNativeImageScript" generate.sh "" && \
27
27
./generate.sh && \
28
28
./mill -i "native.copyToArtifacts" artifacts/
29
29
if: runner.os != 'Windows'
30
30
- run : |
31
- @call ./mill.bat -i "native.writeNativeImageScript" generate.bat
31
+ @call ./mill.bat -i "native.writeNativeImageScript" generate.bat ""
32
32
@call generate.bat
33
33
@call ./mill.bat -i "native.copyToArtifacts" artifacts/
34
34
shell: cmd
56
56
with :
57
57
jvm : 8
58
58
- run : |
59
- ./mill -i "native-static.writeNativeImageScript" generate.sh && \
59
+ ./mill -i "native-static.writeNativeImageScript" generate.sh "" && \
60
60
./generate.sh && \
61
61
./mill -i "native-static.copyToArtifacts" artifacts/
62
62
82
82
with :
83
83
jvm : 8
84
84
- run : |
85
- ./mill -i "native-mostly-static.writeNativeImageScript" generate.sh && \
85
+ ./mill -i "native-mostly-static.writeNativeImageScript" generate.sh "" && \
86
86
./generate.sh && \
87
87
./mill -i "native-mostly-static.copyToArtifacts" artifacts/
88
88
Original file line number Diff line number Diff line change 1
- 0.9.12
1
+ 0.10.2
Original file line number Diff line number Diff line change 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 `
4
4
5
5
import de .tobiasroeser .mill .vcs .version ._
6
6
import io .github .alexarchambault .millnativeimage .NativeImage
You can’t perform that action at this time.
0 commit comments