Open
Description
Please clone https://github.com/hoangmaihuy/mill-caliban-test to reproduce this issue.
Issue 1
Step to reproduce:
- Run
mill selective.prepare __.testCached
- Go to
build.mill
and changezioVersion
to2.0.16
- Run
mill selective.resolve __.testCached
Expected: Should output jvm.test.testCached
Actual: No task outputed
Observations
Changing lazy val zioVersion
to val ...
or def ...
resolve this issue
Issue 2
Step to reproduce:
- Run
mill selective.prepare __.testCached
- Go to
build.mill
and changemill-caliban
version to0.3.0-RC2
- Run
mill selective.resolve __.testCached
Expected: Should output jvm.test.testCached
Actual: No task outputed
Metadata
Metadata
Assignees
Labels
No labels