Auto release & clean up project

This commit is contained in:
2026-09-11 16:00:40 +08:00
parent e47a0bff04
commit b2ea685a9a
5 files changed
+27 -14

No files matched your search

+1 -6
View File
@@ -5,11 +5,7 @@ plugins {
allprojects {
group = "cn.rtast.libmc"
val libVersion = getProperty("libVersion")
version = when (name) {
"protocol" -> getProperty("protocolVersion") + "-" + libVersion
else -> libVersion
}
version = getProperty("libVersion")
repositories {
mavenCentral()
@@ -20,7 +16,6 @@ subprojects {
pluginManager.apply("org.jetbrains.kotlin.multiplatform")
pluginManager.apply("maven-publish")
if (project.path.startsWith(":example")) return@subprojects
publishing {
repositories {
maven("https://repo.rtast.cn/packages") {