let's not do this because it doesn't work and i don't care :)

This commit is contained in:
ThatGamerBlue
2022-06-23 20:26:49 +01:00
committed by GitHub
parent 53a56e7ec4
commit ffd6ab5317

View File

@@ -165,7 +165,7 @@ subprojects {
exclude("**/RoomType.java") exclude("**/RoomType.java")
} }
withType<Jar> { /*withType<Jar> {
doLast { doLast {
// sign jar // sign jar
if (System.getProperty("signKeyStore") != null) { if (System.getProperty("signKeyStore") != null) {
@@ -187,7 +187,7 @@ subprojects {
} }
} }
} }
} }*/
} }
configurations.compileOnly.get().extendsFrom(configurations["annotationProcessor"]) configurations.compileOnly.get().extendsFrom(configurations["annotationProcessor"])