From 48879025165c169a2c06c217cc6383629800b53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sat, 8 Mar 2025 14:22:46 +0100 Subject: [PATCH] Update DroneCI pipeline Java version --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 51927fc..f2f98ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ platform: steps: # test if it compiles correctly - name: build - image: maven:3-eclipse-temurin-17 + image: maven:3-eclipse-temurin-21 commands: - mvn verify --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V @@ -19,7 +19,7 @@ steps: # run code analysis - name: code-analysis - image: maven:3-eclipse-temurin-17 + image: maven:3-eclipse-temurin-21 commands: - mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.login=$SONAR_LOGIN_KEY -B -V environment: