make datagen be less silent on some errors

This commit is contained in:
gamma-delta 2022-06-13 20:31:52 -05:00
parent 029869b247
commit d1309a4a92

View file

@ -150,7 +150,7 @@ subprojects {
java.withJavadocJar()
processResources {
duplicatesStrategy 'exclude'
exclude '.cache'
}
sourcesJar {
duplicatesStrategy 'exclude'