File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 73
73
74
74
- run : ./mill -i -k selective.resolve ${{ inputs.millargs }}
75
75
76
+ - run : cat out/mill-build/methodCodeHashSignatures.dest/current/spanningInvalidationTree.json
77
+
76
78
- run : ./mill -i -k selective.resolveTree ${{ inputs.millargs }}
77
79
78
80
- run : ./mill -i -j1 -k selective.run ${{ inputs.millargs }}
Original file line number Diff line number Diff line change @@ -211,7 +211,8 @@ object `package` extends RootModule with Module {
211
211
212
212
trait ExampleCrossModule extends build.integration.IntegrationTestModule {
213
213
// disable scalafix because these example modules don't have sources causing it to misbehave
214
- def testRepoRoot: T[PathRef] = Task.Source(millSourcePath)
214
+ def testRepoSourceRoot: T[PathRef] = Task.Source(millSourcePath)
215
+ def testRepoRoot: T[PathRef] = Task{ testRepoSourceRoot() }
215
216
216
217
def sources0 = Task.Sources(millSourcePath)
217
218
def sources = Task {
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ https://www.patreon.com/lihaoyi[image:https://img.shields.io/badge/patreon-spons
25
25
Mill is a fast JVM build tool that supports Java and Scala. Mill aims to make your
26
26
project’s build process performant, maintainable, and flexible.
27
27
28
-
29
28
If you want to use Mill in your own projects, check out our documentation:
30
29
31
30
* {link-current-doc-site} [Documentation]
You can’t perform that action at this time.
0 commit comments