From bce5f3f9b83f727d06ded2f5957f828bdb40013d Mon Sep 17 00:00:00 2001 From: Kneelawk Date: Fri, 26 Apr 2024 22:24:34 -0700 Subject: [PATCH] Fix refmaps, again --- common/build.gradle | 1 - .../{main => backend}/resources/flywheel.backend.mixins.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename common/src/{main => backend}/resources/flywheel.backend.mixins.json (90%) 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",