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"])