ModernFix-fix/src/main/resources/modernfix.mixins.json

15 lines
311 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "org.embeddedt.modernfix.mixin",
"plugin": "org.embeddedt.modernfix.core.ModernFixMixinPlugin",
"compatibilityLevel": "JAVA_17",
"refmap": "modernfix.refmap.json",
"mixins": [
${mixin_classes}
],
"injectors": {
"defaultRequire": 1
}
}