diff --git a/common/build.gradle b/common/build.gradle index c06a405a0..49290b0f8 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -59,7 +59,6 @@ javadoc { source sourceSets.backend.allJava } -// TODO: repackage these for maven publication outgoing.createJarAndOutgoingConfiguration("apiOnly", sourceSets.api) outgoing.createJarAndOutgoingConfiguration("lib") def apiLibJar = outgoing.createJarAndOutgoingConfiguration("api", sourceSets.api, sourceSets.lib) diff --git a/common/src/main/resources/flywheel.backend.mixins.json b/common/src/backend/resources/flywheel.backend.mixins.json similarity index 90% rename from common/src/main/resources/flywheel.backend.mixins.json rename to common/src/backend/resources/flywheel.backend.mixins.json index 233033999..164b33dca 100644 --- a/common/src/main/resources/flywheel.backend.mixins.json +++ b/common/src/backend/resources/flywheel.backend.mixins.json @@ -3,7 +3,7 @@ "minVersion": "0.8", "package": "com.jozufozu.flywheel.backend.mixin", "compatibilityLevel": "JAVA_17", - "refmap": "flywheel.refmap.json", + "refmap": "backend-flywheel.refmap.json", "client": [ "AbstractClientPlayerAccessor", "GameRendererAccessor",