Updated Java version for CI (11 -> 17).

This commit is contained in:
Revertron 2023-11-29 21:10:27 +01:00
parent c867647af8
commit 77b62a6a6d

View file

@ -34,10 +34,10 @@ jobs:
go install golang.org/x/mobile/cmd/gomobile@latest
~/go/bin/gomobile init
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: gradle