Just wanted to get the ball rolling on this. Fairly simple stuff for now, feel free to add more steps like saving artifacts, etc. I've chosen to use the Gradle Build Action because in my testing on another project, it was a lot more robust at caching when compared to actions/cache@v2 (i.e., it actually worked).
Just wanted to get the ball rolling on this. Fairly simple stuff for now, feel free to add more steps like saving artifacts, etc. I've chosen to use the Gradle Build Action because in my testing on another project, it was a lot more robust at caching when compared to
actions/cache@v2
(i.e., it actually worked).