Replies: 1 comment
-
You can add a def manifest = T {
super.manifest().add("Premain-Class" -> "org.example.PremainAgent")
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to using Mill, and I am trying to build an instrumentation agent, but I can't figure out how to generate a manifest file that includes a
Premain-Class
attribute. I noticed issue 624 said that "You can overwrite thedef manifest: T[JarManifest]
target and append any manifest entry you want" but I'm not really sure how to achieve this. Thanks!Beta Was this translation helpful? Give feedback.
All reactions