Skip to content

Commit

Permalink
Downgrade Java to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Oct 11, 2021
1 parent 627b374 commit 28a2a61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: adopt
java-version: 16
java-version: 11

- name: Validate Gradle Wrapper
uses: gradle/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: adopt
java-version: 16
java-version: 11

- name: Cache Gradle Dirs
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: adopt
java-version: 16
java-version: 11

- name: Cache Gradle Dirs
uses: actions/[email protected]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: adopt
java-version: 16
java-version: 11

- name: Cache Gradle Dirs
uses: actions/[email protected]
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: adopt
java-version: 16
java-version: 11

- name: Cache Gradle Dirs
uses: actions/[email protected]
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: adopt
java-version: 16
java-version: 11

- name: Cache Gradle Dirs
uses: actions/[email protected]
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: adopt
java-version: 16
java-version: 11

- name: Cache Gradle Dirs
uses: actions/[email protected]
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: adopt
java-version: 16
java-version: 11

- name: Cache Gradle Dirs
uses: actions/[email protected]
Expand Down

0 comments on commit 28a2a61

Please sign in to comment.