feat: init commit

This commit is contained in:
2025-05-02 22:12:59 +08:00
parent fa9935f3e4
commit 2736ce2263
4 changed files with 140 additions and 53 deletions

22
build.json Normal file
View File

@@ -0,0 +1,22 @@
{
"project": {
"name": "picocli-cli",
"main": "me.hatter.demo.PicocliCli",
"archiveName": "picocli-cli"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0",
"info.picocli:picocli:4.7.7"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}