Skip to content

Commit f59856b

Browse files
Update MixinBooter version (#40)
1 parent 9a6a52f commit f59856b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,6 @@ repositories {
368368
}
369369
}
370370
if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) {
371-
maven {
372-
name 'Sponge Maven'
373-
url 'https://repo.spongepowered.org/maven'
374-
}
375371
// need to add this here even if we did not above
376372
if (!includeWellKnownRepositories.toBoolean()) {
377373
maven {
@@ -401,8 +397,8 @@ configurations {
401397

402398
dependencies {
403399
if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) {
404-
implementation 'zone.rong:mixinbooter:7.0'
405-
String mixin = 'org.spongepowered:mixin:0.8.3'
400+
implementation 'zone.rong:mixinbooter:8.3'
401+
String mixin = 'zone.rong:mixinbooter:8.3'
406402
if (usesMixins.toBoolean()) {
407403
mixin = modUtils.enableMixins(mixin, "mixins.${modId}.refmap.json")
408404
}

0 commit comments

Comments
 (0)