up use jdk8
All checks were successful
Gitea Actions Build / build and releases (push) Successful in 5m3s

This commit is contained in:
Armamem0t 2025-06-19 08:27:49 +08:00
parent 8bee2d447d
commit 187dd35820
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
- 为了下载速度与处处碰壁的GITHUB - 为了下载速度与处处碰壁的GITHUB
- 特地开发了一款可以上传gitea.releases的脚本 - 特地开发了一款可以上传gitea.releases的脚本
- 使用Java17 + gradle8.12 + okhttp3 + giteaWebApi - 使用Java8 + gradle8.12 + okhttp3 + giteaWebApi
### Gitea文档 ### Gitea文档

View File

@ -8,7 +8,7 @@
- Developed to address slow download speeds and accessibility issues with GitHub - Developed to address slow download speeds and accessibility issues with GitHub
- A script specifically designed to upload files to Gitea Releases - A script specifically designed to upload files to Gitea Releases
- Built with Java 17 + Gradle 8.12 + OkHttp3 + Gitea Web API - Built with Java 8 + Gradle 8.12 + OkHttp3 + Gitea Web API
### Gitea Documentation ### Gitea Documentation

View File

@ -28,8 +28,8 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.36' compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36' annotationProcessor 'org.projectlombok:lombok:1.18.36'
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.16' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.16'
implementation 'ch.qos.logback:logback-classic:1.5.16' implementation 'ch.qos.logback:logback-classic:1.2.12'
implementation 'org.slf4j:slf4j-api:2.0.16' implementation 'org.slf4j:slf4j-api:1.7'
implementation 'args4j:args4j:2.37' implementation 'args4j:args4j:2.37'
implementation 'com.alibaba.fastjson2:fastjson2:2.0.57' implementation 'com.alibaba.fastjson2:fastjson2:2.0.57'
implementation 'commons-cli:commons-cli:1.9.0' implementation 'commons-cli:commons-cli:1.9.0'