Skip to content
Snippets Groups Projects

All the latest updates from Renovate

Merged Tor-Einar Skog requested to merge renovate-updates into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
image: openjdk:23-jdk
image: eclipse-temurin:17.0.9_9-jdk-jammy
stages:
- build
- test
@@ -25,6 +25,7 @@ cache:
- .m2/repository/
before_script:
- apt-get update && apt-get install -y git
- git config --global user.name "${GITLAB_USER_NAME}"
- git config --global user.email "${GITLAB_USER_EMAIL}"
- echo "Get common settings"
Loading