From cffe3360121a8f35d32c301b7a27fd370275d448 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 31 Oct 2024 17:19:39 +0000 Subject: [PATCH] fix: shadow fabric --- fabric/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index e00e7980..70abfbda 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -37,7 +37,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.34' - implementation project(path: ":common") + shadow project(path: ":common") } shadowJar {