You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for an auto-updater to work you have two options on how to approach this
have the plugin pull the source code from git and compile it on server startup.
(easier option in the long run)
compile the plugin and then release it on Github or Jenkins
for GitHub, I suggest making a JSON file with the latest release and then having it download the latest version.
for Jenkins, I believe it will compile your latest push and then auto release the jar
The text was updated successfully, but these errors were encountered:
for an auto-updater to work you have two options on how to approach this
compile the plugin and then release it on Github or Jenkins
for GitHub, I suggest making a JSON file with the latest release and then having it download the latest version.
for Jenkins, I believe it will compile your latest push and then auto release the jar
The text was updated successfully, but these errors were encountered: