Ported to ver 1.21.11 make sure to test Jdk21 and Malilab ver
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -1,12 +1,12 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.4-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.11-SNAPSHOT'
|
||||
id 'com.diffplug.spotless' version '6.19.0'
|
||||
id "com.modrinth.minotaur" version "2.+"
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_18
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -50,7 +50,7 @@ processResources {
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
it.options.encoding = "UTF-8"
|
||||
it.options.release = 17
|
||||
it.options.release = 21
|
||||
}
|
||||
|
||||
spotless {
|
||||
@@ -69,7 +69,7 @@ modrinth {
|
||||
syncBodyFrom = rootProject.file("README.md").text
|
||||
projectId = 'C1naQCmt'
|
||||
uploadFile = remapJar
|
||||
gameVersions = ['1.20.3','1.20.4']
|
||||
gameVersions = ['1.21.11']
|
||||
loaders = ['fabric']
|
||||
dependencies = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user