mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-17 18:46:13 +08:00
Change-Id: I4439cb8d8f1327e474d272819557e8e64ef17c83 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
8 lines
228 B
Bash
Executable File
8 lines
228 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
|
|
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-maven.sh"
|