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
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue