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

This reverts commit ffd6ab5317.
This commit is contained in:
Owain van Brakel
2022-06-23 23:21:20 +02:00
parent f1af3e57e9
commit bf1a6c6200

View File

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