diff options
-rw-r--r-- | build.gradle | 6 |
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" } } |