Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run-nightly-smoketester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# This intentionally lists two versions, the last one is used as the system default (for running gradle).
java-version: |
${{ matrix.java-version }}
24
25

- name: Echo diagnostic paths and locations
run: |
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/scripts/releaseWizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ def main():

state.save()

# Smoketester requires JAVA11_HOME to point to Java11
# Smoketester requires JAVA_HOME to point to the minimum Java required to build the project.
os.environ["JAVA_HOME"] = state.get_java_home()
os.environ["JAVACMD"] = state.get_java_cmd()

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading