Skip to content

Commit

Permalink
fix: remapping issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Jul 20, 2023
1 parent d9e1e0b commit 87e6745
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ dependencies {
// https://mvnrepository.com/artifact/org.joml/joml-primitives
compileOnly 'org.joml:joml-primitives:1.10.0'

annotationProcessor "net.fabricmc:sponge-mixin:0.12.5+mixin.0.8.5"

// Fabric API. This is technically optional, but you probably want it anyway.
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

Expand Down Expand Up @@ -127,6 +129,10 @@ task("remapShadowJar", type: net.fabricmc.loom.task.RemapJarTask, dependsOn: sha

assemble.dependsOn(remapShadowJar)

afterEvaluate {
net.fabricmc.loom.util.aw2at.Aw2At.setup(project, remapShadowJar)
}

// configure the maven publication
publishing {
publications {
Expand Down

0 comments on commit 87e6745

Please sign in to comment.