Migrate src outside since there is no need to separate api

This commit is contained in:
Sotr
2018-05-20 15:51:45 +08:00
parent 46cea03804
commit 0cabc044bd
7 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0",
"package": "io.akarin.server.mixin.core",
"target": "@env(DEFAULT)",
"compatibilityLevel": "JAVA_8",
"server": [
"Bootstrap",
"DummyEula",
"Watchcat",
"MixinMinecraftServer"
]
}