We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba29852 commit d4e08d8Copy full SHA for d4e08d8
dist/package.mill
@@ -234,6 +234,8 @@ object `package` extends MillJavaModule with DistModule {
234
)
235
}
236
237
+ def artifactName = "mill-" + super.artifactName()
238
+
239
object native extends mill.scalalib.NativeImageModule with DistModule {
240
def finalMainClass = build.dist.finalMainClass()
241
def runClasspath = build.dist.runClasspath()
0 commit comments