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"
}
allowEmptyAggregation = true
publishAllProjectsProbablyBreakingProjectIsolation()
}
}