feat: init commit

This commit is contained in:
2020-12-06 23:36:44 +08:00
parent 18318eed7d
commit 1a0ce5f5ce
7 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"project": {
"name": "{{project_name}}",
"main": "SampleMain",
"archiveName": "{{archive_name}}"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}