How to package a app that has a Java dependency ? #1834
Answered
by
SMillerDev
a4z
asked this question in
Writing Formulae/Casks
-
As the topic states, I wonder how to package an app that has a java-vm dependency? I would like to package an app, https://github.com/cross-language-cpp/djinni-generator . The App can simply be downloaded from the release page. Can I just ignore that dependency, or is there something to care about? |
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
Jul 16, 2021
Replies: 1 comment 1 reply
-
You can look at something like gradle, just depend on openjdk |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
a4z
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can look at something like gradle, just depend on openjdk