feat: tiny encrypt
This commit is contained in:
22
build.json
Normal file
22
build.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"project": {
|
||||
"name": "tiny-encrypt-java",
|
||||
"main": "me.hatter.tools.tinyencrypt.TinyEncryptMain",
|
||||
"archiveName": "tiny-encrypt"
|
||||
},
|
||||
"application": false,
|
||||
"java": "1.8",
|
||||
"builder": {
|
||||
"name": "gradle",
|
||||
"version": "3.1"
|
||||
},
|
||||
"repo": {
|
||||
"dependencies": [
|
||||
"me.hatter:commons:3.0",
|
||||
"org.bouncycastle:bcall-jdk15on:1.60"
|
||||
],
|
||||
"testDependencies": [
|
||||
"junit:junit:4.12"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user