diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 265e317..06bd47b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ deploy: - gradle assemble - echo "Building with gradle version testing-build-cache-${CI_PIPELINE_ID}" - gradle -Pversion=testing-build-cache-${CI_PIPELINE_ID} publish - - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=testing-build-cache-${CI_PIPELINE_ID} --configuration-cache + - gradle bootBuildImage --publishImage --configuration-cache -PbuildbootDockerHostNetwork=true -Pversion=testing-build-cache-${CI_PIPELINE_ID} after_script: - mkdir -p .gradleBuildCache - ls -al `pwd`/.gradle