feat: init version v1.0
This commit is contained in:
24
build.json
Normal file
24
build.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user