This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This GitHub API route can then be used for the updating part: https://api.github.com/repos/Xerus2000/monsterutilities/releases It returns the releases in JSON format (there is already a JSON parser in the application anyways) in reverse chronological order, just as we need it. |
xeruf
force-pushed
the
github-releases
branch
from
November 9, 2018 22:12
f7cea87
to
106ad4c
Compare
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
xeruf
pushed a commit
that referenced
this pull request
Nov 9, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allows the main devs to instantly push to the repository the latest update, freshly compiled, within its IDE or with a simple gradle command.
Usage :
gradle githubRelease
Be sure to add your token your
gradle.property
under the tokengithub.token
or you will be prompted when running the task.Task list :
release
gradle task