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
{{ message }}
This repository was archived by the owner on Jan 14, 2023. It is now read-only.
i ask again too.
We want be able to update gradle version from the internet. when we change one or two file, all the projects will compile on the new gradle. it save us a lot of work.
start it here
we can update gradle version variable from the internet.
i think one "ugly" way, it to upload gradle zip in our repositories, and the project will always take that file (gradle.zip) without version in the name, and when will be new gradle, we will update and all the project will take the new file. need to check if my idea is working.