From 7da2d04a867c6aa63f70b220b5b487f9318fa6c9 Mon Sep 17 00:00:00 2001 From: Alex Sarnese <40846040+TelepathicGrunt@users.noreply.github.com> Date: Wed, 9 Jun 2021 14:09:02 -0400 Subject: [PATCH] changed to use runtimeOnly for Blame --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ae4cb18..1f169c3 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { // I recommend having Blame on in your development environment as it can give you more info of what is // broken with your Jigsaw structure. It is super useful!. Just uncomment out this line and refresh gradle. - // implementation fg.deobf("com.telepathicgrunt:Blame:1.16.5-3.0.1-forge") + // runtimeOnly fg.deobf("com.telepathicgrunt:Blame:1.16.5-3.0.1-forge") } // Example for how to get properties into the manifest for reading by the runtime..