Skip to content

Commit

Permalink
Last change broken windbld482
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Sep 9, 2024
1 parent 95e9eed commit 3ec7169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ class Build {
* with the windows one, and sometimes not e.g.
* windbld#473/475/476/477
*/
listArchives(true).each({ file ->
listArchives(false).each({ file ->
def type = 'jdk'
if (file.contains('-jre')) {
type = 'jre'
Expand Down

0 comments on commit 3ec7169

Please sign in to comment.