User: kyle wood Date: 27 Mar 25 02:24 Revision: fb3bc604e251b10492bea40e23c3b89da68a4c0b Summary: Update templates submodule reference TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9858&personal=false Index: templates/architectury/.mcdev.template.json =================================================================== --- templates/architectury/.mcdev.template.json (revision 7581f7bd373b497ca5a215751029c707b3480386) +++ templates/architectury/.mcdev.template.json (revision fb3bc604e251b10492bea40e23c3b89da68a4c0b) @@ -113,7 +113,10 @@ }, { "template": "../gradle-wrapper.properties.ft", - "destination": "gradle/wrapper/gradle-wrapper.properties" + "destination": "gradle/wrapper/gradle-wrapper.properties", + "properties": { + "GRADLE_VERSION": "8.12.1" + } }, { "template": "common/build.gradle.ft", Index: templates/bukkit/paper.mcdev.template.json =================================================================== --- templates/bukkit/paper.mcdev.template.json (revision 7581f7bd373b497ca5a215751029c707b3480386) +++ templates/bukkit/paper.mcdev.template.json (revision fb3bc604e251b10492bea40e23c3b89da68a4c0b) @@ -28,6 +28,7 @@ "type": "semantic_version", "forceDropdown": true, "options": [ + "1.21.4", "1.21.3", "1.21.1", "1.21",