Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
chore(CI): 使用 Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanCheng65 committed Sep 21, 2023
1 parent 4626f3e commit d845752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "temurin"
java-version: "17"
distribution: "zulu"
cache: gradle

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit d845752

Please sign in to comment.