diff --git a/.gitignore b/.gitignore index c476faf..a233ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,4 @@ run/ hs_err_*.log replay_*.log *.hprof -*.jfr +*.jfr \ No newline at end of file diff --git a/src/main/resources/sit.mixins.json b/src/main/resources/sit.mixins.json deleted file mode 100644 index 29b78c8..0000000 --- a/src/main/resources/sit.mixins.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "required": true, - "minVersion": "0.8", - "package": "one.oth3r.sit.mixin", - "compatibilityLevel": "JAVA_17", - "mixins": [ - ], - "injectors": { - "defaultRequire": 1 - } -} \ No newline at end of file