Refactor InMemoryStatRepository initialization with default stats constant, make Application.main public, update Java version to 21 in pom.xml, and remove redundant Jenkinsfile configuration.
Some checks failed
rock-paper-scissors/pipeline/pr-main There was a failure building this commit
rock-paper-scissors/pipeline/head There was a failure building this commit

This commit is contained in:
Maxime Pierront
2025-11-23 01:12:37 +01:00
parent ac66320f9a
commit 33b24c62d4
4 changed files with 6 additions and 18 deletions

12
Jenkinsfile vendored
View File

@@ -1,17 +1,5 @@
pipeline {
agent any
environment {
JAVA_HOME = '/var/lib/jenkins/tools/hudson.model.JDK/jdk25'
PATH = "${JAVA_HOME}/bin:${PATH}"
}
tools {
jdk 'jdk25'
maven 'maven-3.9'
}
stages {
stage('Compilation') {
steps {