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

@ -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 }
}
}