User: joe Date: 28 Jul 25 10:51 Revision: 957f5e4f6018041633497de935d9da6616715165 Summary: Update templates TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=10120&personal=false Index: templates/bukkit/paper.mcdev.template.json =================================================================== --- templates/bukkit/paper.mcdev.template.json (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/bukkit/paper.mcdev.template.json (revision 957f5e4f6018041633497de935d9da6616715165) @@ -28,6 +28,8 @@ "type": "semantic_version", "forceDropdown": true, "options": [ + "1.21.8", + "1.21.7", "1.21.6", "1.21.5", "1.21.4", Index: templates/bukkit/spigot.mcdev.template.json =================================================================== --- templates/bukkit/spigot.mcdev.template.json (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/bukkit/spigot.mcdev.template.json (revision 957f5e4f6018041633497de935d9da6616715165) @@ -28,6 +28,10 @@ "type": "semantic_version", "forceDropdown": true, "options": [ + "1.21.8", + "1.21.7", + "1.21.6", + "1.21.5", "1.21.4", "1.21.3", "1.21.2", Index: templates/bungeecord/.mcdev.template.json =================================================================== --- templates/bungeecord/.mcdev.template.json (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/bungeecord/.mcdev.template.json (revision 957f5e4f6018041633497de935d9da6616715165) @@ -28,20 +28,15 @@ "type": "semantic_version", "forceDropdown": true, "options": [ - "1.21-R0.1-SNAPSHOT", - "1.20-R0.1-SNAPSHOT", - "1.19-R0.1-SNAPSHOT", - "1.18-R0.1-SNAPSHOT", - "1.17-R0.1-SNAPSHOT", - "1.16-R0.5-SNAPSHOT", + "1.21-R0.3", + "1.21-R0.2", + "1.21-R0.1", + "1.20-R0.2", + "1.20-R0.1", "1.16-R0.4", "1.16-R0.3", "1.16-R0.2", - "1.16-R0.1", - "1.15-SNAPSHOT", - "1.14-SNAPSHOT", - "1.13-SNAPSHOT", - "1.12-SNAPSHOT" + "1.16-R0.1" ], "default": 0 }, Index: templates/bungeecord/build.gradle.ft =================================================================== --- templates/bungeecord/build.gradle.ft (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/bungeecord/build.gradle.ft (revision 957f5e4f6018041633497de935d9da6616715165) @@ -6,8 +6,7 @@ repositories { mavenCentral() maven { - name = "sonatype" - url = "https://oss.sonatype.org/content/groups/public/" + url "https://libraries.minecraft.net" } } Index: templates/bungeecord/build.gradle.kts.ft =================================================================== --- templates/bungeecord/build.gradle.kts.ft (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/bungeecord/build.gradle.kts.ft (revision 957f5e4f6018041633497de935d9da6616715165) @@ -8,8 +8,8 @@ repositories { mavenCentral() - maven("https://oss.sonatype.org/content/groups/public/") { - name = "sonatype" + maven { + url = uri("https://libraries.minecraft.net") } } Index: templates/bungeecord/pom.xml.ft =================================================================== --- templates/bungeecord/pom.xml.ft (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/bungeecord/pom.xml.ft (revision 957f5e4f6018041633497de935d9da6616715165) @@ -76,13 +76,6 @@ - - - sonatype - https://oss.sonatype.org/content/groups/public/ - - - net.md-5 Index: templates/fabric/DataGenerator.kt.ft =================================================================== --- templates/fabric/DataGenerator.kt.ft (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/fabric/DataGenerator.kt.ft (revision 957f5e4f6018041633497de935d9da6616715165) @@ -5,7 +5,7 @@ class ${MAIN_CLASS.className}DataGenerator : DataGeneratorEntrypoint { - override fun onInitializeDataGenerator(FabricDataGenerator fabricDataGenerator) { - val pack = fabricDataGenerator.createPack(); + override fun onInitializeDataGenerator(fabricDataGenerator: FabricDataGenerator) { + val pack = fabricDataGenerator.createPack() } } Index: templates/fabric/build.gradle.kts.ft =================================================================== --- templates/fabric/build.gradle.kts.ft (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/fabric/build.gradle.kts.ft (revision 957f5e4f6018041633497de935d9da6616715165) @@ -3,7 +3,7 @@ plugins { kotlin("jvm") version "${KOTLIN_LOADER_VERSION.toString().split("kotlin.")[1]}" - id("fabric-loom") version "1.7.1" + id("fabric-loom") version "${VERSIONS.loom}" id("maven-publish") } Index: templates/sponge/.mcdev.template.json =================================================================== --- templates/sponge/.mcdev.template.json (revision e5ba9d479dc0dbb394da9c7f37a9ffbf48db8a76) +++ templates/sponge/.mcdev.template.json (revision 957f5e4f6018041633497de935d9da6616715165) @@ -28,6 +28,12 @@ "type": "semantic_version", "forceDropdown": true, "options": [ + "16.0.0-SNAPSHOT", + "15.0.0-SNAPSHOT", + "14.0.0-SNAPSHOT", + "13.1.0-SNAPSHOT", + "13.0.0", + "13.0.0-SNAPSHOT", "12.1.0-SNAPSHOT", "12.0.0", "11.0.0-SNAPSHOT",