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 11, 2024
1 parent fc50011 commit 7bf5673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pipeline {

stage('Build JDK 8 Windows') {
tools {
jdk "jdk_1.8_latest_windows:"
jdk "jdk_1.8_latest_windows"
}
steps {
echo 'Building JDK 8 Windows'
Expand Down

0 comments on commit 7bf5673

Please sign in to comment.