From bf1a6c6200cb412e68ffd36afbf52064e4de4606 Mon Sep 17 00:00:00 2001 From: Owain van Brakel Date: Thu, 23 Jun 2022 23:21:20 +0200 Subject: [PATCH] Revert "let's not do this because it doesn't work and i don't care :)" This reverts commit ffd6ab53170bbb1cbc810ce7fa8a59cd937fc3e2. --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c438c883d..c541807c56 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"])