Skip to content

Commit

Permalink
add gitea ci-cd script with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed Oct 14, 2024
1 parent 76a9b27 commit dcf39f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitea/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
uses: https://ssl.lunadeer.cn:14446/actions/checkout@v3
with:
fetch-depth: 0
- name: "Set up JDK 17"
uses: https://ssl.lunadeer.cn:14446/actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
cache: gradle
- name: "Set up JDK 21"
uses: https://ssl.lunadeer.cn:14446/actions/setup-java@v3
with:
Expand Down

0 comments on commit dcf39f4

Please sign in to comment.