mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
Update the openapi-generator-cli version to the latest 7.18.0
- the newest 7.18.0 has some generation updates, that affect named inline objects generation. It may be useful from testing perspective to have the latest version on CI. Pick-to: 6.11 Change-Id: Iaaaae823b7ccc1496f83e5af845bfcfa7999767f Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
@@ -8,10 +8,10 @@
|
|||||||
source "${BASH_SOURCE%/*}/DownloadURL.sh"
|
source "${BASH_SOURCE%/*}/DownloadURL.sh"
|
||||||
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
|
||||||
|
|
||||||
version="7.15.0"
|
version="7.18.0"
|
||||||
PrimaryUrl="http://ci-files01-hki.ci.qt.io/input/qtopenapi/openapi_client_generators/openapi-generator-cli-$version.jar"
|
PrimaryUrl="http://ci-files01-hki.ci.qt.io/input/qtopenapi/openapi_client_generators/openapi-generator-cli-$version.jar"
|
||||||
AltUrl="https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/$version/openapi-generator-cli-$version.jar"
|
AltUrl="https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/$version/openapi-generator-cli-$version.jar"
|
||||||
SHA1="bb58e257f724fb46b7f2b309a9fa98e63fd7199f"
|
SHA1="8bd615a50b15ebf5be30e612af112526a6e81ac4"
|
||||||
targetFolder="/opt/qt-openapi/"
|
targetFolder="/opt/qt-openapi/"
|
||||||
targetFile="openapi-generator-cli.jar"
|
targetFile="openapi-generator-cli.jar"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user