disabled overwrite checker

This commit is contained in:
alterNERDtive 2023-07-08 10:27:38 +02:00
parent 5d49c055d1
commit 9c30bdc09e
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -261,6 +261,8 @@ javadoc {
mixin { mixin {
add sourceSets.main, 'mixins.the_vault_tweaks.refmap.json' add sourceSets.main, 'mixins.the_vault_tweaks.refmap.json'
config 'mixins.the_vault_tweaks.json' config 'mixins.the_vault_tweaks.json'
// AP settings
disableOverwriteChecker = true
} }
task sourcesJar(type: Jar, dependsOn: classes) { task sourcesJar(type: Jar, dependsOn: classes) {