Is there any example on self updating JAR based on Github releases for desktop/CLI applications?
k
Kilian
08/11/2023, 12:13 PM
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
Yogeshvu
08/11/2023, 12:31 PM
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