Provide a jar of mcs #305
maxandersen
started this conversation in
Ideas
Replies: 2 comments
-
I think that's a great idea. Initially, I went for native binaries (for fastest launch) but providing binaries for other platforms is pretty limited by what GitHub Actions provide and/or what I have available. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@all-contributors please add @maxandersen for ideas. |
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
-
Today you must download specific binaries for your specific OS build. But some OS don't have matching arch's and it's different mechanics on each OS one need to use.
Would be nice if in addition to the OS specific binaries also provided a .jar artifact. Either in GitHub releases or maven central (or both).
Then no matter what OS you are on you can just use 'jbang it.mulders:mcs:RELEASE' or 'jbang mcs@mthmulders' (if mthmulders/jbang-catalog repo gets created)
It does not require anything special- just publish the .jar at a stable location like the other binaries.
Wdyt?
Beta Was this translation helpful? Give feedback.
All reactions