14 lines
281 B
JSON
14 lines
281 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "org.embeddedt.modernfix.common.mixin",
|
|
"plugin": "org.embeddedt.modernfix.core.ModernFixMixinPlugin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
${mixin_classes}
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|