Merge branch 'fix/common-ci-cache-java' into 'master'

fix(cache): do not cache build results in global cache

See merge request gilden/ci/gitlab-ci-templates!119
This commit is contained in:
Marcel Feix 2022-11-15 08:32:44 +00:00
commit 123d57ce3e

View File

@ -7,6 +7,4 @@ cache:
#- $FRONTEND_DIR/dist
# Cache Gradle
- .gradle
- '**/build'
- "**/target"
#- "**/node_modules"