aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRami Potinkara <rami.potinkara@qt.io>2025-05-27 14:49:12 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2025-05-27 15:56:14 +0000
commitef1d9b9a5e5d899994c2ccc80c41b854ddaeafda (patch)
tree3a4409deaefcdac3a3088b399536d4546f561d41
parentda1b0192cfb0171c4d25324d5b0facae7c07e273 (diff)
Upgrade nmcp to version 0.1.41.3
This patch updates com.gradleup.nmcp to version 0.1.4. The reason is that version 0.0.8 did not work anymore with QtGP 1.3. Fixes: QTTA-373 Change-Id: If5e2d2957438d8cbf1e4e62361090f8bdc7bd1b3 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Nikunj Arora <nikunj.arora@qt.io> (cherry picked from commit e0c7255df00ecc86c8d56d1cf2a19c6315610a47) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 3280ce6..d408dcf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ plugins {
id 'java-gradle-plugin'
id 'maven-publish'
id 'signing'
- id 'com.gradleup.nmcp' version '0.0.8'
+ id 'com.gradleup.nmcp' version '0.1.4'
}
group = 'org.qtproject.qt.gradleplugin'
@@ -113,11 +113,11 @@ signing {
}
nmcp {
- publishAllProjectsProbablyBreakingProjectIsolation {
+ centralPortal {
username = project.publishingUser
password = project.publishingPass
// USER_MANAGED publish manually from the portal (recommended)
// AUTOMATIC publish automatically (alternative)
- publicationType = "USER_MANAGED"
+ publishingType = "USER_MANAGED"
}
}