feat: ing...

This commit is contained in:
2026-01-02 13:28:56 +08:00
parent 9ab9dad8d3
commit 0198d9c973
7 changed files with 154 additions and 1 deletions

17
build.json Normal file
View File

@@ -0,0 +1,17 @@
{
"java": "1.8",
"builder": {
"name": "gradle",
"version": "7.0"
},
"repo": {
"gid": "me.hatter",
"aid": "commons-cache",
"jar": "commons-cache-1.0.jar",
"src": "commons-cache-1.0-sources.jar",
"dependencies": [
"me.hatter:commons:4.29",
"redis.clients:jedis:7.1.0"
]
}
}