You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to what we did for AssemblyModule/RunModule/TestModule. PublishModule should be something you can mix into JavaModule, but can also be used separately if you want to publish artifacts to maven central that already exist and don't need to be compiled on the spot. Mill's mill-dist artifact is an example of this, being an uberjar that doesn't fit into the normal JavaModule framework
The text was updated successfully, but these errors were encountered:
@lefou not sure TBH, but in theory it should be able to define the things it needs as abstract and have them wired up automatically when mixed in with a javamodule or coursiermodule
Similar to what we did for
AssemblyModule
/RunModule
/TestModule
.PublishModule
should be something you can mix intoJavaModule
, but can also be used separately if you want to publish artifacts to maven central that already exist and don't need to be compiled on the spot. Mill'smill-dist
artifact is an example of this, being an uberjar that doesn't fit into the normalJavaModule
frameworkThe text was updated successfully, but these errors were encountered: