1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-08 23:22:25 +02:00

Bump Java version to support new Gradle, fix CI

This commit is contained in:
Ivan Savenko
2025-07-09 11:14:05 +03:00
parent 34e56c362f
commit f3a2cc1137

View File

@@ -215,7 +215,7 @@ jobs:
# Can't be set in Gradle project
- name: Configure enableUncompressedNativeLibs
if: ${{ startsWith(matrix.platform, 'android') }}
run: echo "android.bundle.enableUncompressedNativeLibs=true" > ~/.gradle/gradle.properties
run: mkdir -p ~/.gradle && echo "android.bundle.enableUncompressedNativeLibs=true" > ~/.gradle/gradle.properties
# Workaround for gradle not discovering SDK that was installed via conan
- name: Find Android NDK
@@ -227,7 +227,7 @@ jobs:
if: ${{ startsWith(matrix.platform, 'android') }}
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
# a hack to build ID for x64 build in order for Google Play to allow upload of both 32 and 64 bit builds
- name: Bump Android x64 build ID