Fix build error
This commit is contained in:
parent
06776ebe8f
commit
d77f3ecee8
2 changed files with 0 additions and 9 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -359,7 +359,6 @@ jobs:
|
||||||
uses: nttld/setup-ndk@v1
|
uses: nttld/setup-ndk@v1
|
||||||
with:
|
with:
|
||||||
ndk-version: 'r26b'
|
ndk-version: 'r26b'
|
||||||
local-cache: 'true'
|
|
||||||
|
|
||||||
- name: 'Decode keystore secret to file'
|
- name: 'Decode keystore secret to file'
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -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 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue