burrunan / gradle-cache-action

GitHub Action to properly cache ~/.gradle folder
Apache License 2.0
150 stars 13 forks source link

Ability to exclude artifacts from maven local repository #9

Closed vlsi closed 4 years ago

vlsi commented 4 years ago

Local project artifacts should not be cached into maven local repository as they are rebuilt anyway.

vlsi commented 4 years ago

Implemented in https://github.com/burrunan/gradle-cache-action/commit/effb04a1eac92cd318b54d0cf6c8f8954a631773 via maven-local-ignore-paths