-
Notifications
You must be signed in to change notification settings - Fork 2
Documenting event system and world multithreading. General improvements. #28
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
base: master
Are you sure you want to change the base?
Conversation
|
||
## Downloading the API JARs manually | ||
|
||
You can download the latest API jar here: https://ci.janmm14.de/job/public%7Emcbe%7Egomint/lastSuccessfulBuild/artifact/gomint-api/target/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a S3 bucket which holds the latest JARs: https://gomint-artifacts.s3.amazonaws.com/latest.zip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm linking to API-only jars.
The latest.zip contains much more.
Maybe I should link to oss snapshot repo instead?
We should in general publish javadocs on our own domain before we merge this |
A I wrote on discord already, I suggest using github pages and github action https://github.com/peaceiris/actions-gh-pages for publishing javadocs |
Also done: - Misc improvements - Remove duplicated unfinished documentation in api directory.
Fixes #14
Related to gomint/gomint#727
Related to gomint/gomint#715