Skip to content

Commit 9a3c368

Browse files
author
Prime
committed
fix: Java 21 for Capacitor
1 parent e18a4f9 commit 9a3c368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
22-
java-version: '17'
22+
java-version: '21'
2323

2424
- name: Setup Android SDK
2525
uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)