Default value for a $PROPERTY in Gradle August 14, 2023 by Tarik if (!project.hasProperty("build_version")) { ext.build_version = "1.0" }