mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GT-3017: Storing minimum gradle version in application.properties.
This commit is contained in:
@@ -149,7 +149,7 @@ public class ConfigureGradleWizardPage extends WizardPage {
|
||||
GhidraApplicationLayout ghidraLayout = new GhidraApplicationLayout(ghidraDir);
|
||||
ApplicationProperties props = ghidraLayout.getApplicationProperties();
|
||||
gradleVersion =
|
||||
props.getProperty(ApplicationProperties.APPLICATION_GRADLE_VERSION_PROPERTY);
|
||||
props.getProperty(ApplicationProperties.APPLICATION_GRADLE_MIN_PROPERTY);
|
||||
if (gradleVersion != null && !gradleVersion.isEmpty()) {
|
||||
setDescription("Configure Gradle. Version " + gradleVersion + " is expected.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user