File tree Expand file tree Collapse file tree
src/main/kotlin/dev/slne/surf/api/gradle/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020
2121group = groupId
2222version = buildString {
23- append(" 2.0.3 " )
23+ append(" 2.0.4 " )
2424 if (snapshot) append(" -SNAPSHOT" )
2525}
2626
@@ -138,7 +138,7 @@ val generateConstants by tasks.registering {
138138 |
139139 | const val JAVA_VERSION = $javaVersion
140140 | const val MINECRAFT_VERSION = "$mcVersion "
141- | const val SURF_API_VERSION = "$mcVersion +"
141+ | const val SURF_API_VERSION = "+"
142142 |
143143 | const val COMMAND_API_VERSION = "${libs.versions.commandapi.get()} "
144144 | const val PLACEHOLDER_API_VERSION = "${libs.versions.placeholder.api.get()} "
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ fun RunServer.withSurfApiBukkit() {
2222 " SLNE-Development" ,
2323 " surf-api" ,
2424 " v${Constants .SURF_API_FULL_VERSION } " ,
25- " surf-api-bukkit -server-${Constants .SURF_API_FULL_VERSION } -all.jar"
25+ " surf-api-paper -server-${Constants .SURF_API_FULL_VERSION } -all.jar"
2626 )
2727 }
2828}
You can’t perform that action at this time.
0 commit comments