Skip to content

Commit

Permalink
sdk setup and java version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisaMin committed Apr 23, 2023
1 parent c752bb4 commit 0d38887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_to_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up JDK 19
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '19'
java-version: '17'
distribution: 'temurin'

- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: gradle build
uses: gradle/gradle-build-action@v2.4.0
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 0d38887

Please # to comment.