diff --git a/.drone.yml b/.drone.yml index cfb3161..2cfa83c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,11 @@ trigger: steps: - name: compile image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22 + environment: + MAVEN_OPTS: >- + -Dmaven.watcher.disabled=true + -Dmaven.compiler.useIncrementalCompilation=false + -Xmx2g commands: - mkdir -p /root/.m2 - cp /config/settings.xml /root/.m2/settings.xml