Replies: 3 comments 2 replies
|
Maybe, it is just about a composite action caching |
2 replies
|
Providing an action would dismiss a GitHub security alert
Happened in JabRef/jabref#14426 |
0 replies
|
Doing some housekeeping in old discussions. This should exist now: - uses: eirikb/gg/action@main
- run: gg.cmd gradle buildIt caches Closing this one, feel free to re-open. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
When using
gradleon GitHub, it is advisable to use thesetup-gradleaction, because it optimizes cachingWhen I switch from
gradlewtoggand if I want to have some caching, I have to usesetup-gradleand I have to maintain the gradle version both in the call ofgg(or thegradle.propertiesentry), and ingradle-versionofsetup-gradleaction.With a
gg-action, would not be required to usesetup-gradleany more and could just usegg.All reactions