Skip to content

Commit

Permalink
updating jdk version in jenkinsfile (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: oluwolenpbc <boluwole@ip-10-232-44-249.ec2.internal>
  • Loading branch information
oluwolenpbc and oluwolenpbc authored Jun 11, 2024
1 parent 062b454 commit cebcdf2
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 @@ -9,7 +9,7 @@ pipeline {

tools {
gradle "gradle-7.2"
jdk 'adoptjdk13'
jdk 'openjdk17'
}

stages {
Expand Down Expand Up @@ -106,4 +106,4 @@ pipeline {
}
}
}
}
}

0 comments on commit cebcdf2

Please sign in to comment.