feat: init sample

This commit is contained in:
2021-11-06 16:20:12 +08:00
parent 4e563ddba5
commit bf799c4f53
9 changed files with 166 additions and 0 deletions

12
build.json Normal file
View File

@@ -0,0 +1,12 @@
{
"java": "1.8",
"builder": {
"name": "maven",
"version": "3.5.2"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.40"
]
}
}