How would I include a properties file in Gradle?
For example in Ant, I could do the following:
To include your .properties file you can just use something like this:
apply from: "version.properties"
and that's it!