File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,12 +93,7 @@ modstitch {
9393 }
9494
9595 mixin.useLegacyMixinAp = false
96-
97- accessWidenerPath = rootProject.file(" src/main/resources/yacl.accesswidener" )
9896 }
99-
100- // do not validate
101- tasks.getByName(" validateAccessWidener" ).enabled = false
10297 }
10398
10499 moddevgradle {
@@ -114,8 +109,6 @@ modstitch {
114109 }
115110 }
116111
117- validateAccessTransformers = false
118-
119112 mods {
120113 register(" testmod" ) {
121114 sourceSet(testmod.get())
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55 id(" dev.kikugie.stonecutter" )
66
7- val modstitchVersion = " 0.6.2 -unstable"
7+ val modstitchVersion = " 0.6.3 -unstable"
88 id(" dev.isxander.modstitch.base" ) version modstitchVersion apply false
99
1010 id(" me.modmuss50.mod-publish-plugin" ) version " 0.8.4" apply false
You can’t perform that action at this time.
0 commit comments