From 9d91557c21d480de9d0c8d3ffd46c26a79ce9fbd Mon Sep 17 00:00:00 2001 From: Gehrung Jonas <jg175@hdm-stuttgart.de> Date: Wed, 21 Feb 2024 17:44:48 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e3b8c69..8e586ec1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,8 @@ stages: build-battlearena: stage: build - image: maven:3.6.3-jdk-11 + image: maven:3.11.0-jdk-21.0.1 script: - "echo 'Starting Build Stage'" - #- "mvn compile" + - "mvn compile" -- GitLab