disabled overwrite checker
This commit is contained in:
parent
5d49c055d1
commit
9c30bdc09e
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue