Skip to content

Commit

Permalink
chore: use JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Aug 17, 2022
1 parent 2a07b6a commit 9af0c43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 11

- name: Build with Gradle
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 11

- name: publish plugin
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 11

- name: Build with Gradle
run: |
Expand Down

0 comments on commit 9af0c43

Please sign in to comment.