feat: init version v1.0

This commit is contained in:
2024-06-30 16:04:48 +08:00
parent ffa00ce894
commit 3fca3847dc
4 changed files with 241 additions and 0 deletions

24
build.json Normal file
View File

@@ -0,0 +1,24 @@
{
"project": {
"name": "pinentry-cli-java",
"archiveName": "pinentry-cli-java"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"gid": "me.hatter",
"aid": "pinentry-cli-java",
"jar": "pinentry-cli-java.jar",
"src": "pinentry-cli-java-sources.jar",
"dependencies": [
"me.hatter:commons:3.71"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}