chore(Maven): Add classes to target build folder

This commit is contained in:
Marcel Feix 2022-05-13 16:59:23 +02:00
parent ce627914f3
commit 5006c78def
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -17,7 +17,9 @@ cache:
- $FRONTEND_DIR/dist
# Cache Gradle
- .gradle
- build
- '**/build'
- "**/target"
variables: