We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219a2df commit b41fd76Copy full SHA for b41fd76
gradle.properties
@@ -1,4 +1,4 @@
1
-version=1.3.29-SNAPSHOT
+version=1.3.29
2
group=xyz.jpenilla
3
description=Monitor your server's performance in real time
4
gradle/build-logic/src/main/kotlin/tabtps.parent.gradle.kts
@@ -11,7 +11,7 @@ hangarPublish.publications.register("plugin") {
11
apiKey.set(providers.environmentVariable("HANGAR_UPLOAD_KEY"))
12
platforms {
13
paper {
14
- jar.set(project(":tabtps-spigot").the<TabTPSPlatformExtension>().productionJar)
+ jar.set(project(":tabtps-paper").the<TabTPSPlatformExtension>().productionJar)
15
val vers = bukkitVersions.toMutableList()
16
vers -= "1.8.8"
17
vers -= "1.8.9"
0 commit comments