Gabriel Duncan
12/09/2021, 11:25 PMgradle.properties
files between modules. For example if I have
project/
module1/
gradle.properties
module2/
gradle.properties
...etc
and in module2
i want to be able to pull a property from module1
like say appVersion
is there a way to do this? or is that just a bad idea?Javier
12/09/2021, 11:41 PMgradle.properties
file, for example in the root projectVampire
12/10/2021, 12:51 AMgradle.properties
in the root project directory should be taken into account (besides the one in the distribution and gradle user home)Gabriel Duncan
12/10/2021, 4:23 PM