Skip to content

Commit

Permalink
Fixed a windows build for JDK 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Sep 12, 2024
1 parent 7bf5673 commit 1c697be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ pipeline {
sh 'mvn clean install -Pserial'
}
}

/*--- Comment out Windows builds for the moment ---*/
/*
stage('Build JDK 22 Windows') {
tools {
jdk "jdk_22_latest_windows"
Expand Down Expand Up @@ -183,4 +184,5 @@ pipeline {
}
}
}
*/
}

0 comments on commit 1c697be

Please sign in to comment.