Skip to content

Commit f0c16e2

Browse files
committed
降低jdk版本
1 parent 5339fd2 commit f0c16e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v2
26-
- name: Set up JDK 11
26+
- name: Set up JDK 8
2727
uses: actions/setup-java@v2
2828
with:
29-
java-version: '11'
29+
java-version: '8'
3030
distribution: 'temurin'
3131
- name: Setup Gradle
3232
uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)