revert nmcp version

This commit is contained in:
2026-01-24 18:07:22 +06:00
parent 4d9708b53f
commit 52f18b234d
2 changed files with 1 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != n
publishingType = System.getenv('PUBLISHING_TYPE') != "" ? System.getenv('PUBLISHING_TYPE') : "USER_MANAGED" publishingType = System.getenv('PUBLISHING_TYPE') != "" ? System.getenv('PUBLISHING_TYPE') : "USER_MANAGED"
} }
allowEmptyAggregation = true
publishAllProjectsProbablyBreakingProjectIsolation() publishAllProjectsProbablyBreakingProjectIsolation()
} }
} }

View File

@@ -3,7 +3,7 @@
kotlin = "2.3.0" kotlin = "2.3.0"
kotlin-gradle-plugin = "8.12.+" kotlin-gradle-plugin = "8.12.+"
nmcp = "1.4.3" nmcp = "1.2.1"
versions = "0.53.0" versions = "0.53.0"
dokka = "2.1.0" dokka = "2.1.0"