enable caching

This commit is contained in:
Kilian Schüttler 2023-11-24 10:43:06 +01:00
parent 31c74b12c2
commit b4cb80bc68

View File

@ -12,7 +12,7 @@ deploy:
script: script:
- echo "Building with gradle version ${BUILDVERSION}" - echo "Building with gradle version ${BUILDVERSION}"
- gradle -Pversion=${BUILDVERSION} publish - gradle -Pversion=${BUILDVERSION} publish
- gradle bootBuildImage --cleanCache --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${BUILDVERSION} - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${BUILDVERSION}
- echo "BUILDVERSION=$BUILDVERSION" >> version.env - echo "BUILDVERSION=$BUILDVERSION" >> version.env
artifacts: artifacts:
reports: reports: