Wizard: do not overwrite existing artifactId & groupId settings
#KT-35713 fixed
This commit is contained in:
+1
@@ -96,6 +96,7 @@ class NewProjectWizardModuleBuilder : ModuleBuilder() {
|
||||
}
|
||||
|
||||
private fun updateProjectNameAndPomDate(settingsStep: SettingsStep) {
|
||||
if (wizard.artifactId != null || wizard.groupId != null) return
|
||||
val suggestedProjectName = with(wizard.valuesReadingContext) {
|
||||
ProjectTemplatesPlugin::template.settingValue.suggestedProjectName.decapitalize()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user