Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #195 from shazam/jdk-11
Browse files Browse the repository at this point in the history
Use jdk 11 to build the project
  • Loading branch information
AndreiZaitcev committed Apr 14, 2022
2 parents ee75151 + 3731a7c commit 0976313
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK 8
uses: actions/setup-java@v2
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
java-version: '11'
distribution: 'temurin'
cache: gradle

- name: Validate Gradle wrapper
Expand Down

0 comments on commit 0976313

Please sign in to comment.