Skip to content

Commit

Permalink
Try another JDK version & add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
G-eos authored May 4, 2024
1 parent 6fcc943 commit 0963d98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Build the app
run: cd android/build-scripts/tuxguitar-android &&./gradlew build
run: cd android/build-scripts/tuxguitar-android && ./gradlew build --info --scan
# - uses: actions/upload-artifact@v4
# with:
# name: Package-Ubuntu
Expand Down

0 comments on commit 0963d98

Please sign in to comment.