feat: secure editor

This commit is contained in:
2024-01-01 13:59:42 +08:00
parent 580dd4fe72
commit 6c6e4e4db6
3 changed files with 140 additions and 79 deletions

View File

@@ -1,21 +1,20 @@
{
"project": {
"name": "secure-editor-java",
"main": "me.hatter.tools.secureeditor.Main",
"archiveName": "secure-editor"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.70"
],
"testDependencies": [
"junit:junit:4.12"
]
}
"project": {
"name": "secure-editor-java",
"main": "me.hatter.tools.secureeditor.Main",
"archiveName": "secure-editor"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
],
"testDependencies": [
"junit:junit:4.12"
]
}
}