Commit 4c4c0ba2 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

Update .gitlab-ci.yml file

parent 88a7c455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ build-job: # This job runs in the build stage, which runs first.
    - top -b -n 1 -e m
    - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env
    - cat build.env
    - mvn clean install
    - mvn clean install -Djava-21
    - echo "Compile complete."
  artifacts:
    expire_in: 2 days