Skip to content

Commit

Permalink
Merge pull request #14 from CFPAOrg/mixin_do_compile
Browse files Browse the repository at this point in the history
Mixin do compile
  • Loading branch information
baka-gourd authored May 16, 2021
2 parents c709cc8 + 1f6fd6c commit d607fcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ archivesBaseName = 'i18nupdatemod-1.16.5'
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
println('Java: ' + System.getProperty('java.version') + ' JVM: ' + System.getProperty('java.vm.version') + '(' + System.getProperty('java.vendor') + ') Arch: ' + System.getProperty('os.arch'))

mixin {
disableAnnotationProcessorCheck = true
}
minecraft {
mappings channel: 'official', version: '1.16.5'
runs {
Expand Down Expand Up @@ -65,6 +68,7 @@ dependencies {
minecraft 'net.minecraftforge:forge:1.16.5-36.1.0'
implementation fg.deobf("vazkii.patchouli:Patchouli:1.16.4-51-SNAPSHOT")
annotationProcessor('org.spongepowered:mixin:0.8.2')
annotationProcessor('org.spongepowered:mixin:0.8.2:processor')
}

jar {
Expand Down

0 comments on commit d607fcd

Please sign in to comment.