Skip to content

Commit

Permalink
Merge branch 'Strip-MixinExtras' of https://github.com/drori200/UniMi…
Browse files Browse the repository at this point in the history
…xins into Strip-MixinExtras
  • Loading branch information
drori200 committed Oct 14, 2023
2 parents 27f6af2 + 424b8fc commit 6047308
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions module-all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ task createMergedAnnotationProcessorConfig() {
doLast {
// MixinExtras's APs have to be registered before Mixin's,
// so we manually merge the APs to ensure this is the case.
file(path).text = """com.llamalad7.mixinextras.MixinExtrasAP
file(path).text = """com.llamalad7.mixinextras.ap.MixinExtrasAP
io.github.tox1cozz.mixinextras.MixinExtrasAnnotationProcessor
com.gtnewhorizon.mixinextras.MixinExtrasAP
com.gtnewhorizon.mixinextras.ap.MixinExtrasAP
org.spongepowered.tools.obfuscation.MixinObfuscationProcessorInjection
org.spongepowered.tools.obfuscation.MixinObfuscationProcessorTargets
"""
Expand Down
2 changes: 1 addition & 1 deletion module-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
archivesBaseName = archivesBaseName.replace("-1.7.10", "-common-1.7.10")
archivesBaseName = archivesBaseName.replace("-1.7.10", "-common-1.7.10" )
2 changes: 1 addition & 1 deletion module-mixinextras/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mixinExtrasVersion=0.2.0-beta.8
mixinExtrasVersion=0.2.0

0 comments on commit 6047308

Please sign in to comment.