Skip to content

Commit

Permalink
Add empty Mixin file to satisfy CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyWing committed Oct 20, 2023
1 parent 65893cb commit 302d1da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/mixins.nae2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"package": "co.neeve.nae2.mixin",
"refmap": "mixins.nae2.refmap.json",
"target": "@env(DEFAULT)",
"minVersion": "0.8",
"compatibilityLevel": "JAVA_8",
"mixins": [],
"client": [],
"server": []
}

0 comments on commit 302d1da

Please sign in to comment.