Init commit

This commit is contained in:
2019-11-17 00:18:31 +08:00
parent 3aacab26d9
commit 1e324dae15
3 changed files with 116 additions and 25 deletions

21
build.json Normal file
View File

@@ -0,0 +1,21 @@
{
"project": {
"name": "sample-reflections",
"main": "me.hatter.sample.Main",
"archiveName": "sample"
},
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0",
"org.reflections:reflections:0.9.11"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}