Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy authored Apr 28, 2024
1 parent f05ed8c commit 2680cb9
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
@@ -1,8 +1,8 @@
pipeline {
agent any
tools {
gradle 'Gradle 7'
jdk 'Java 17'
gradle 'Gradle 8'
jdk 'Java 21'
}

parameters {
Expand Down

0 comments on commit 2680cb9

Please sign in to comment.