Skip to content

Commit

Permalink
Bump the JDK version to 17 in the workflow file
Browse files Browse the repository at this point in the history
Android Gradle plugin requires Java 17 to run. See commit 82a9e40 for more details.
  • Loading branch information
ShreckYe committed Nov 3, 2024
1 parent 2d6e8c5 commit 98a5268
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
Expand All @@ -41,10 +41,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '17'
distribution: 'temurin'

- name: Generate and submit dependency graph
Expand Down

0 comments on commit 98a5268

Please sign in to comment.