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:
4
.github/workflows/github.yml
vendored
4
.github/workflows/github.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user