Skip to content

Commit

Permalink
[Android] fix generateDevTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
thebestnom committed Apr 28, 2021
1 parent fd7141f commit 0477256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ task copyReleaseAARToBin(type: Copy) {
* The zip file also includes some gradle tools to allow building of the custom build.
*/
task zipCustomBuild(type: Zip) {
dependsOn ':generateGodotTemplates'
onlyIf { generateGodotTemplates.state.executed || generateDevTemplate.state.executed }
doFirst {
logger.lifecycle("Generating Godot custom build template")
}
Expand Down

0 comments on commit 0477256

Please sign in to comment.