We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfe415 commit 8aad881Copy full SHA for 8aad881
.github/actions/get-jtreg/action.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -57,7 +57,7 @@ runs:
57
- name: 'Build JTReg'
58
run: |
59
# Build JTReg and move files to the proper locations
60
- bash make/build.sh --jdk "$JAVA_HOME_11_X64"
+ bash make/build.sh --jdk "$JAVA_HOME_17_X64"
61
mkdir ../installed
62
mv build/images/jtreg/* ../installed
63
working-directory: jtreg/src
0 commit comments