Skip to content

Commit

Permalink
Merge branch 'master' into Strip-MixinExtras
Browse files Browse the repository at this point in the history
  • Loading branch information
drori200 authored Oct 14, 2023
2 parents 81e2fa1 + cec3048 commit 424b8fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-gtnhmixins/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
extraVersion=2.1.13
extraVersion=2.1.13
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 424b8fc

Please sign in to comment.