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

@@ -12,6 +12,7 @@ file("Ghidra/application.properties").withReader { reader ->
project.ext.RELEASE_VERSION = version
project.ext.RELEASE_NAME = ghidraProps.getProperty('application.release.name')
project.ext.JAVA_COMPILER = ghidraProps.getProperty('application.java.compiler')
project.ext.GRADLE_MINIMUM_VERSION = ghidraProps.getProperty('application.gradle.min')
project.ext.DISTRO_PREFIX = "ghidra_${version}_${RELEASE_NAME}"
// Build dates may or may not be already present in the application.properties file.