-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish JSyn on Maven #82
Comments
This would be great. I'm looking at adding some audio cues for exposing the GC behavior in Java https://twitter.com/will_sargent/status/1283075547111649280 |
isn't this a duplicate of #54 ? |
Can you expand on this? Does jitpack make my GitHub releases automatically available without having to post on Maven?! |
yes - exactly. |
I did an experiment with a new project. I created a fresh project and added code to the build.gradle.kts file. It worked! Added Jitpack.
Added JSyn dependency.
Note that the kts gradle files have a different syntax from the Groovy gradle files. |
Using jitpack should be documented. |
Documented in README. Do we still need a Maven repo? |
There are some reasons not to rely solely on jitpack. Folks continue to ask for a Maven repo so I bumped the priority back up. |
GitHub has a Packages section that can be used to simplify the process.
The text was updated successfully, but these errors were encountered: