mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GT-3017: Storing minimum gradle version in application.properties.
This commit is contained in:
parent
c80d84350b
commit
de68f50eb4
6 changed files with 9 additions and 15 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue