Skip to content

Commit

Permalink
jdk21 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkandalov committed Aug 27, 2024
1 parent f5d251a commit ff19b19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
name: Set up JDK 17
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
name: Set up JDK 21
with:
java-version: 17
java-version: 21
distribution: adopt-hotspot
- name: Build plugin
run: |
Expand Down

0 comments on commit ff19b19

Please sign in to comment.