Skip to content

Commit

Permalink
Ensure workflows run in java11
Browse files Browse the repository at this point in the history
  • Loading branch information
ed0906 committed Mar 25, 2024
1 parent 3bcdd1d commit 500d0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 17
java-version: 11

- name: Cache Gradle Dependencies
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 17
java-version: 11

- name: Get the version
id: get_version
Expand Down

0 comments on commit 500d0e1

Please sign in to comment.