Skip to content

Commit

Permalink
Fix configureArgs for linux-riscv64 for jdk17u (#948)
Browse files Browse the repository at this point in the history
It was mistakenly pointing at hotspot rather than temurin
  • Loading branch information
luhenry authored Mar 1, 2024
1 parent fdff858 commit d5ed14e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class Config17 {
test : 'default',
configureArgs : '--enable-headless-only=yes --enable-dtrace',
buildArgs : [
'hotspot' : '--create-jre-image --create-sbom'
'temurin' : '--create-jre-image --create-sbom'
]
],

Expand Down

0 comments on commit d5ed14e

Please sign in to comment.