Switch to TR mixin remapping, make our custom AP incremental
This commit is contained in:
parent
03e758a037
commit
c7befd1913
|
|
@ -44,6 +44,7 @@ shadowJar {
|
|||
// shadowJar bug
|
||||
include '*.jar'
|
||||
include 'META-INF/services/javax.annotation.processing.Processor'
|
||||
include 'META-INF/gradle/incremental.annotation.processors'
|
||||
include 'org/spongepowered/asm/mixin/Mixin.class'
|
||||
include 'org/fury_phoenix/**/*'
|
||||
include {it.getName() == 'OnlyIn.class'}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
org.fury_phoenix.mixinAp.annotation.MixinProcessor,aggregating
|
||||
|
|
@ -6,6 +6,9 @@ plugins {
|
|||
loom {
|
||||
silentMojangMappingsLicense()
|
||||
accessWidenerPath = file("${rootDir}/common/src/main/resources/modernfix.accesswidener")
|
||||
mixin {
|
||||
useLegacyMixinAp = false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ loom {
|
|||
mixinConfig "modernfix-common.mixins.json"
|
||||
mixinConfig "modernfix-forge.mixins.json"
|
||||
}
|
||||
mixin.defaultRefmapName = "modernfix.refmap.json"
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user