Use Java 25 on Jenkins
Some checks failed
Gitea/swiss-backend/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-24 14:42:31 +02:00
parent 753ed4f49f
commit 34a5231081

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
}
agent any {
tools {
jdk 'Java 25'
jdk 'JDK 25'
}
}