Is there any example on self updating JAR based on...
# getting-started
y
Is there any example on self updating JAR based on Github releases for desktop/CLI applications?
k
you could make a gradle task to update on a regular basis/manually But maybe also renovate bot can help you, however i don’t know if it supports updating jar files https://github.com/renovatebot/renovate
y
Thank you. Although I am referring to the jars which are deployed on end user’s laptop.. so how do we distribute releases to the users in an automated fashion