File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' maven-publish'
55 id ' com.gradleup.shadow' version ' 9.4.1'
66 id ' org.jetbrains.gradle.plugin.idea-ext' version ' 1.4.1'
7- id ' xyz.wagyourtail.unimined' version ' 1.4.18 -kappa'
7+ id ' xyz.wagyourtail.unimined' version ' 1.4.23 -kappa'
88 id ' net.kyori.blossom' version ' 2.2.0'
99}
1010
@@ -79,13 +79,7 @@ unimined.minecraft {
7979
8080 String jarTaskName = enable_shadow. toBoolean() ? " shadowJar" : " jar"
8181
82- remap(tasks. named(jarTaskName). get()) {
83- mixinRemap {
84- enableBaseMixin()
85- enableMixinExtra()
86- disableRefmap()
87- }
88- }
82+ remap(tasks. named(jarTaskName). get())
8983
9084 mods {
9185 remap(configurations. modCompileOnly)
@@ -167,7 +161,7 @@ if (!enable_shadow.toBoolean()) {
167161}
168162
169163compileJava {
170- sourceCompatibility = targetCompatibility = JavaVersion . VERSION_21
164+ sourceCompatibility = targetCompatibility = JavaVersion . VERSION_25
171165}
172166
173167jar {
You can’t perform that action at this time.
0 commit comments