Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Fixed name of java setup task
Browse files Browse the repository at this point in the history
its 11, not 8
  • Loading branch information
BobSaidHi authored Dec 20, 2021
1 parent 585e28e commit b2ca81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: temurin
Expand Down

0 comments on commit b2ca81f

Please sign in to comment.