feat: secure editor

This commit is contained in:
2023-12-02 12:15:05 +08:00
parent 0ca79fa6d5
commit 41627c2779
5 changed files with 259 additions and 53 deletions

21
build.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
]
}
}