Skip to content

Commit

Permalink
feat(环境): 降低 logback 版本适配 jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Feb 4, 2025
1 parent e59711d commit 2fb9480
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Check Spotbugs
run: ./mvnw spotbugs:check

- name: Build with Maven
run: ./mvnw -B clean package
# 执行所有模块的测试
- name: Run Unit Tests
run: ./mvnw -B test

# 收集所有模块的测试报告
- name: Publish Test Results
Expand All @@ -42,6 +43,9 @@ jobs:
reporter: java-junit
fail-on-error: false

- name: Build with Maven
run: ./mvnw -B clean package

# 上传所有模块的测试结果
- name: Upload Test Results
if: always()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- 依赖版本 -->
<okhttp.version>4.12.0</okhttp.version>
<jackson.version>2.16.1</jackson.version>
<logback.version>1.5.6</logback.version>
<logback.version>1.2.12</logback.version>
<junit.version>5.10.1</junit.version>
<mockito.version>5.10.0</mockito.version>
<lombok.version>1.18.34</lombok.version>
Expand Down

0 comments on commit 2fb9480

Please sign in to comment.