Fix build error

This commit is contained in:
albexk 2023-11-15 15:27:56 +03:00
parent 06776ebe8f
commit d77f3ecee8
2 changed files with 0 additions and 9 deletions

View file

@ -359,7 +359,6 @@ jobs:
uses: nttld/setup-ndk@v1
with:
ndk-version: 'r26b'
local-cache: 'true'
- name: 'Decode keystore secret to file'
env:

View file

@ -23,11 +23,3 @@ gradlePlugin {
}
}
}
// stop Gradle running by androiddeployqt
gradle.taskGraph.whenReady {
if (providers.environmentVariable("ANDROIDDEPLOYQT_RUN").isPresent
&& !providers.systemProperty("explicitRun").isPresent) {
tasks.forEach { it.enabled = false }
}
}