Commit 65dd5c8e authored by Philip Makedonski's avatar Philip Makedonski
Browse files

- apparently caching has to be turned off for now?!

parent f42117d1
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -97,9 +97,9 @@ image: maven:3.9.6-eclipse-temurin-17
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
# Be aware that `mvn deploy` will install the built jar into this repository. If you notice your cache size
# Be aware that `mvn deploy` will install the built jar into this repository. If you notice your cache size
# increasing, consider adding `-Dmaven.install.skip=true` to `MAVEN_OPTS` or in `.mvn/maven.config`
# increasing, consider adding `-Dmaven.install.skip=true` to `MAVEN_OPTS` or in `.mvn/maven.config`
cache:
# cache:
  paths:
#   paths:
    - .m2/repository
#     - .m2/repository


# For merge requests do not `deploy` but only run `verify`.
# For merge requests do not `deploy` but only run `verify`.
# See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
# See https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html