Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QtGP 1.0
-
-
0d40c51bc (dev), c2b7c4efe (1.0)
Description
What:
Qt Gradle plugin 1.0 documents show that the version in the plugins block should be 1.0.+ when it actually should be 1.+
Kotlin, https://doc-snapshots.qt.io/qtgradleplugin-1.0/index.html#kotlin-build-gradle-kts
plugins {
id("org.qtproject.qt.gradleplugin") version("1.0.") // should be "1."
}
Groovy, https://doc-snapshots.qt.io/qtgradleplugin-1.0/index.html#groovy
plugins {
id 'org.qtproject.qt.gradleplugin' version '1.0.' // should be '1.'
}
Attachments
For Gerrit Dashboard: QTTA-170 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
590862,14 | Docs: Add version macros for major, minor, and patch and use in docs | dev | qt-labs/qtgradleplugin | Status: MERGED | +2 | 0 |
591435,2 | Docs: Add version macros for major, minor, and patch and use in docs | 1.0 | qt-labs/qtgradleplugin | Status: MERGED | +2 | 0 |