feat: init commit
This commit is contained in:
21
build.json
Normal file
21
build.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"project": {
|
||||
"name": "jwt-util",
|
||||
"main": "me.hatter.tools.jwtutil.JwtUtilMain",
|
||||
"archiveName": "jwt-util"
|
||||
},
|
||||
"application": false,
|
||||
"java": "1.8",
|
||||
"builder": {
|
||||
"name": "gradle",
|
||||
"version": "3.1"
|
||||
},
|
||||
"repo": {
|
||||
"dependencies": [
|
||||
"me.hatter:commons:3.0"
|
||||
],
|
||||
"testDependencies": [
|
||||
"junit:junit:4.12"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user