Skip to content

Commit

Permalink
fix: compilation issue
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte committed Jul 1, 2024
1 parent 149cf48 commit f76c126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pipeline {
timeout(time: 10, unit: 'MINUTES')
}
tools {
maven 'apache-maven-3.8.2'
jdk 'adoptopenjdk-hotspot-jdk11-latest'
maven 'apache-maven-3.9.6'
jdk 'temurin-jdk17-latest'
}
environment {
LOGIN = '[email protected]'
Expand Down

0 comments on commit f76c126

Please sign in to comment.