9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

feat: add Paper 1.21.10 support

This commit is contained in:
William278
2025-10-28 19:20:04 +00:00
parent 234870537a
commit e9ac400215
7 changed files with 28 additions and 23 deletions

View File

@@ -133,7 +133,7 @@ subprojects {
// Version-specific configuration
if (['fabric', 'bukkit'].contains(project.parent?.name)) {
compileJava.options.release.set (project.name == '1.20.1' ? 17 : 21) // 1.20.1 requires Java 17
compileJava.options.release.set 21
version += "+mc.${project.name}"
if (project.parent?.name?.equals('fabric')) {