Merge pull request #48277 from thebestnom/fix/generateDevTemplate
[Android] fix generateDevTemplate
This commit is contained in:
commit
c11502711e
@ -112,7 +112,7 @@ task copyReleaseAARToBin(type: Copy) {
|
|||||||
* The zip file also includes some gradle tools to allow building of the custom build.
|
* The zip file also includes some gradle tools to allow building of the custom build.
|
||||||
*/
|
*/
|
||||||
task zipCustomBuild(type: Zip) {
|
task zipCustomBuild(type: Zip) {
|
||||||
dependsOn ':generateGodotTemplates'
|
onlyIf { generateGodotTemplates.state.executed || generateDevTemplate.state.executed }
|
||||||
doFirst {
|
doFirst {
|
||||||
logger.lifecycle("Generating Godot custom build template")
|
logger.lifecycle("Generating Godot custom build template")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user