mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
Pick-to: 6.10 Change-Id: Ibad51807cf188016e761e76bc62c1fd80aabfbc7 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
7 lines
302 B
Bash
Executable File
7 lines
302 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2025 The Qt Company Ltd
|
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
set -ex
|
|
brew install openjdk@21
|
|
sudo ln -sfn /opt/homebrew/opt/openjdk@21/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-21.jdk
|