Specified mod settings in build files

This commit is contained in:
Frederik Palmø 2021-10-05 13:12:57 +02:00
parent 5ff484dbcc
commit b7133e8b3a
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
// Minecraft 1.17 (21w19a) upwards uses Java 16.
it.options.release = 16
it.options.release = 17
}
java {

View file

@ -9,8 +9,8 @@ org.gradle.jvmargs=-Xmx1G
# Mod Properties
mod_version = 1.0.0
maven_group = com.example
archives_base_name = fabric-example-mod
maven_group = dk.palmoe
archives_base_name = immersivetools
# Dependencies
fabric_version=0.39.2+1.17