Bump the java version to version 17

This commit is contained in:
Fredia Huya-Kouadio 2023-10-17 11:01:36 -07:00
parent 30f2a6d611
commit 56ce2d94c5
2 changed files with 3 additions and 3 deletions

View file

@ -20,11 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Java 11
- name: Set up Java 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17
- name: Setup Godot build cache
uses: ./.github/actions/godot-cache

View file

@ -9,7 +9,7 @@ ext.versions = [
kotlinVersion : '1.7.0',
fragmentVersion : '1.3.6',
nexusPublishVersion: '1.1.0',
javaVersion : 11,
javaVersion : 17,
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
ndkVersion : '23.2.8568313'