[godot] Use Java 17 for Android template build

This commit is contained in:
Mario Zechner 2024-10-01 16:20:29 +02:00
parent cc982db033
commit 1883f1e894

View File

@ -203,7 +203,7 @@ jobs:
- name: Set up Java 11 - name: Set up Java 11
uses: actions/setup-java@v1 uses: actions/setup-java@v1
with: with:
java-version: 11 java-version: 17
- name: Setup python and scons - name: Setup python and scons
uses: ./.github/actions/setup-godot-deps-3 uses: ./.github/actions/setup-godot-deps-3