Skip to content

Commit

Permalink
Switch to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 20, 2024
1 parent 4611d4e commit d7c405a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: set up JDK
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: 'corretto'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build

0 comments on commit d7c405a

Please sign in to comment.