Update publication metadata

This commit is contained in:
Nassim Jahnke 2024-05-30 22:37:20 +02:00
parent 7bdcf9a456
commit d4034792c4
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
2 changed files with 0 additions and 7 deletions

View File

@ -4,7 +4,6 @@ projectVersion=5.0.0-SNAPSHOT
# Smile emoji
mcVersions=1.20.6,1.20.5,1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10, 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9, 1.8.9
mcVersionRange=1.8-1.20.6
waterfallVersion=1.20
velocityVersion=3.3
# Gradle properties

View File

@ -61,8 +61,6 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
loaders.add("paper")
loaders.add("folia")
loaders.add("velocity")
loaders.add("bungeecord")
loaders.add("sponge")
autoAddDependsOn.set(false)
detectLoaders.set(false)
dependencies {
@ -87,10 +85,6 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
platformVersions.set(listOf(property("velocityVersion") as String))
}
waterfall {
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
platformVersions.set(listOf(property("waterfallVersion") as String))
}
}
}
}