From ff99bdd45d94e1ef81c1d40ba098d981d334a4fd Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 27 Jun 2025 09:50:18 +0600 Subject: [PATCH] update publishing way --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index daf5d62..2b598fa 100644 --- a/build.gradle +++ b/build.gradle @@ -10,12 +10,11 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" - classpath "com.gradleup.nmcp.aggregation:$nmcp_version" } } plugins { - id "com.gradleup.nmcp.aggregation" + id "com.gradleup.nmcp.aggregation" version "$nmcp_version" } if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {