Skip to content

Commit

Permalink
Use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 2, 2024
1 parent 0dacadb commit e922981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
- name: Install Android SDK
uses: hannesa2/action-android/[email protected]
- name: Build project
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
- uses: gradle/[email protected]
- name: Install Android SDK
uses: hannesa2/action-android/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
java-version: 17
- name: Find Tag
id: tagger
uses: jimschubert/query-tag-action@v2
Expand Down

0 comments on commit e922981

Please sign in to comment.