micronaut-core
micronaut-core copied to clipboard
Tweak gradle-build-action a bit
actions/cachecould be replaced bygradle/gradle-build-action.- Use more
gradle/gradle-build-actionto cache things. - Update gradle/[email protected].
- Enable gradle-home-cache-cleanup.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
@Goooler we use a central repository which we sync to others. If we are going to do this change, it should be done in https://github.com/micronaut-projects/micronaut-project-template
What do you think we should do these changes? What is the motivation of this PR?
- We can patch these changes to that template.
actions/cacheis now used for caching Gradle things, which is redundant withgradle/gradle-build-actiondoing, the reduant ones could be removed, and apply moregradle/gradle-build-actionfor CI jobs to accelerate builds.