GT-3017: Storing minimum gradle version in application.properties.

This commit is contained in:
Ryan Kurtz 2019-07-18 13:39:17 -04:00
parent c80d84350b
commit de68f50eb4
6 changed files with 9 additions and 15 deletions

View file

@ -53,9 +53,9 @@ public class ApplicationProperties extends Properties {
public static final String APPLICATION_LAYOUT_VERSION_PROPERTY = "application.layout.version";
/**
* The recommended version of gradle used to build the application.
* The minimum version of gradle required to build the application.
*/
public static final String APPLICATION_GRADLE_VERSION_PROPERTY = "application.gradle.version";
public static final String APPLICATION_GRADLE_MIN_PROPERTY = "application.gradle.min";
/**
* The minimum major version of Java required to run the application. For example, "8".