3 Commits

Author SHA1 Message Date
5306ffe645 build: 更新 Gradle 包装器的下载地址
- 将 Gradle 包装器的下载地址从官方更改为腾讯云代理
- 更新 Gradle 版本至 8.14.2
2025-07-16 13:08:24 +08:00
82f2a50f48 build: 更新 Gradle 版本并添加新依赖
- 将 Gradle 版本从 8.12 升级到8.14
- 新增 jjwt、gradleMavenPublishPlugin、spring-security、redis等依赖
- 更新部分现有依赖的版本
2025-06-22 19:57:56 +08:00
gewuyou
2e60505c20 feat: Initialize the Gradle build project
- Create project build scripts and configuration files
- Define module paths and project flags
- Set up Kotlin and Spring Boot plugins - Configure Maven publishing and semantic versioning plugins
- Add a source code packaging task
- Set up the project dependency repositories
- Initialize gradle-wrapper
2025-04-26 11:02:46 +08:00