-
I've done myself a huge disservice and must ask an embarrassing question: "What's the command to generate and publish statically typed parts to my local .ivy2 ? Six months ago I left myself the note:
(I'm not feeling the love, Past David.) Here's the build.sc:
Thank you, David |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 14 replies
-
Probably |
Beta Was this translation helpful? Give feedback.
-
And the tripple quotes hiding the first line. (Two underscores this time.)
|
Beta Was this translation helpful? Give feedback.
-
mill resolve with two __ has a big list, but nothing with publish
|
Beta Was this translation helpful? Give feedback.
-
It is |
Beta Was this translation helpful? Give feedback.
It is
mvnDeps
(orivyDeps
if you are using stable mill) which calls a private task calledscalablyTypedImportTask
.You can find the code here