diff --git a/README.md b/README.md index da74b4d..4e675b2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - 为了下载速度与处处碰壁的GITHUB - 特地开发了一款可以上传gitea.releases的脚本 -- 使用Java17 + gradle8.12 + okhttp3 + giteaWebApi +- 使用Java8 + gradle8.12 + okhttp3 + giteaWebApi ### Gitea文档 diff --git a/README_EN.md b/README_EN.md index e929d31..67f65c9 100644 --- a/README_EN.md +++ b/README_EN.md @@ -8,7 +8,7 @@ - Developed to address slow download speeds and accessibility issues with GitHub - 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 diff --git a/build.gradle b/build.gradle index 72ce460..8874cc1 100644 --- a/build.gradle +++ b/build.gradle @@ -28,8 +28,8 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.36' annotationProcessor 'org.projectlombok:lombok:1.18.36' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.16' - implementation 'ch.qos.logback:logback-classic:1.5.16' - implementation 'org.slf4j:slf4j-api:2.0.16' + implementation 'ch.qos.logback:logback-classic:1.2.12' + implementation 'org.slf4j:slf4j-api:1.7' implementation 'args4j:args4j:2.37' implementation 'com.alibaba.fastjson2:fastjson2:2.0.57' implementation 'commons-cli:commons-cli:1.9.0'