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 Feb 21, 2025. It is now read-only.
Assumption 1: this action is planned to be moved to the gradle/actions repo.
Assumption 2: #167 means the action will run even faster than before, with near 0 cost (~ glob file system search).
Would it be feasible / useful to call this action right before each setup-gradle? And I mean merging the two actions.
That's the recommendation anyways, so might as well integrate it. Both will be cloned anyway, so could be one, or at least embedding the js of one into the other.
Initially this could be behind a validate: true input of setup-gradlea, and later (v4?) become the default.
(This is just to start a conversation, feel free to close if it doesn't make sense, or move to another repo as you see fit.)
Assumption 1: this action is planned to be moved to the
gradle/actionsrepo.Assumption 2: #167 means the action will run even faster than before, with near 0 cost (~ glob file system search).
Would it be feasible / useful to call this action right before each setup-gradle? And I mean merging the two actions.
That's the recommendation anyways, so might as well integrate it. Both will be cloned anyway, so could be one, or at least embedding the js of one into the other.
Initially this could be behind a
validate: trueinput of setup-gradlea, and later (v4?) become the default.(This is just to start a conversation, feel free to close if it doesn't make sense, or move to another repo as you see fit.)