From 942152e1d63a1c708825893af9318f4fcdd702c1 Mon Sep 17 00:00:00 2001 From: trinsdar <30245301+Trinsdar@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:00:22 -0500 Subject: [PATCH] changed tesseract and antimatter common deps from implementation to compileOnly --- forge/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge/build.gradle b/forge/build.gradle index 55f78314..31057246 100644 --- a/forge/build.gradle +++ b/forge/build.gradle @@ -49,9 +49,9 @@ dependencies { implementation(expectPlatform.annotationsDep) //subprojects implementation(project(path: ":tesseract-forge")) - implementation(project(path: ":tesseract-common")) + compileOnly(project(path: ":tesseract-common")) implementation(project(path: ":antimatter-forge")) - implementation(project(path: ":antimatter-common")) + compileOnly(project(path: ":antimatter-common")) compileOnly(project(":common")) //antimatter deps implementation 'org.apache.commons:commons-collections4:4.4'