Skip to content

Commit

Permalink
Merge pull request #37 from cuappdev/main
Browse files Browse the repository at this point in the history
java 17 test
  • Loading branch information
thisjustin123 authored Sep 5, 2024
2 parents 664e9f3 + fa99be1 commit 18bffcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-play-store-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: '17'

- name: Build with Gradle
id: build
Expand Down

0 comments on commit 18bffcb

Please # to comment.