From ffd6ab53170bbb1cbc810ce7fa8a59cd937fc3e2 Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Thu, 23 Jun 2022 20:26:49 +0100 Subject: [PATCH] let's not do this because it doesn't work and i don't care :) --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c541807c56..6c438c883d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -165,7 +165,7 @@ subprojects { exclude("**/RoomType.java") } - withType { + /*withType { doLast { // sign jar if (System.getProperty("signKeyStore") != null) { @@ -187,7 +187,7 @@ subprojects { } } } - } + }*/ } configurations.compileOnly.get().extendsFrom(configurations["annotationProcessor"])