Skip to content

Commit

Permalink
update workflow to use java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Jul 28, 2023
1 parent a5b8d93 commit 56be283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 9
uses: actions/setup-java@v1
- uses: actions/checkout@v3
- name: Setup Java 11
uses: actions/setup-java@v3
with:
java-version: 9
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 56be283

Please sign in to comment.