Allow setting Gradle properties in project.xml (#1859)

* allow setting gradle jvmargs in project.xml

* Make gradle.properties fully configurable from project.xml.

---------

Co-authored-by: Joseph Cloutier <player3.14@gmail.com>
This commit is contained in:
Giuppe
2025-08-31 21:05:03 +02:00
committed by GitHub
parent ab132da0fe
commit e439f0d0ae
2 changed files with 4 additions and 1 deletions

View File

@@ -29,4 +29,6 @@ KEY_STORE=::KEY_STORE::
KEY_STORE_PASSWORD=::KEY_STORE_PASSWORD::
KEY_STORE_ALIAS=::KEY_STORE_ALIAS::
KEY_STORE_ALIAS_PASSWORD=::KEY_STORE_ALIAS_PASSWORD::
::end::
::end::
::foreach ANDROID_GRADLE_PROPERTIES::::if ((value != null) && (value != ""))::::key::=::value::
::end::::end::