Skip to content

Commit c9113db

Browse files
Update plugin, disable mixin in non-mixin branch
1 parent 4a3bc9f commit c9113db

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

build.gradle

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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

169163
compileJava {
170-
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_21
164+
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_25
171165
}
172166

173167
jar {

0 commit comments

Comments
 (0)