Skip to content
Snippets Groups Projects
Commit 879da89a authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Updated CI to use Java 21 docker images

parent b9ab529b
No related branches found
No related tags found
No related merge requests found
Pipeline #93428 failed
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
test: test:
stage: test stage: test
image: openjdk:17-jdk-slim image: openjdk:21-jdk-slim
tags: tags:
- docker - docker
script: script:
...@@ -15,7 +15,7 @@ test: ...@@ -15,7 +15,7 @@ test:
sonar: sonar:
stage: sonar stage: sonar
image: openjdk:17-jdk-slim image: openjdk:21-jdk-slim
only: only:
- develop - develop
- /^release/ - /^release/
...@@ -66,7 +66,7 @@ build_and_push_release_image: ...@@ -66,7 +66,7 @@ build_and_push_release_image:
mend: mend:
stage: mend stage: mend
image: openjdk:17-jdk-slim image: openjdk:21-jdk-slim
only: only:
- /^release/ - /^release/
variables: variables:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
### Technologies ### Technologies
* Java 17 * Java 21
* Spring Boot * Spring Boot
* freemarker * freemarker
* Gitlab4j * Gitlab4j
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
### Running nmaas Platform on local machine ### Running nmaas Platform on local machine
#### Prerequisites #### Prerequisites
Install Java 17 jdk Install Java 21 jdk
#### Running the software #### Running the software
In order to build and run the nmaas Platform software locally execute *./gradlew bootRun* in project root directory. In order to build and run the nmaas Platform software locally execute *./gradlew bootRun* in project root directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment