Specified mod settings in build files
This commit is contained in:
parent
5ff484dbcc
commit
b7133e8b3a
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue