1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

update minecraft to 1.21

This commit is contained in:
2024-06-25 06:42:50 +03:00
parent 8724d6dd41
commit b3a618f50b
2 changed files with 3 additions and 6 deletions

View File

@@ -2,9 +2,6 @@ plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
}
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
archivesBaseName = project.archives_base_name
version = "${project.mod_version}+${project.minecraft_version}"
group = project.maven_group
@@ -30,7 +27,7 @@ processResources {
tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
it.options.release.set(17)
it.options.release.set(21)
}
java {