use java 17

This commit is contained in:
Fabian Freund
2024-05-02 18:35:12 +02:00
parent 200e9d34f8
commit c8fca84aaa
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '11'
java-version: '17'
# - name: Create key file
# run: echo $KEY_JKS | base64 -di > key.jks
- uses: subosito/flutter-action@v1