mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix WebLogicRunConfigurationsConversionTest — do not use OptionTag
This commit is contained in:
+1
-2
@@ -24,7 +24,6 @@ open class ApplicationConfigurationOptions : JvmConfigurationOptions() {
|
||||
@get:OptionTag("PASS_PARENT_ENVS")
|
||||
var isPassParentEnv by property(true)
|
||||
|
||||
@get:OptionTag(tag = "envs", nameAttribute = "")
|
||||
@get:MapAnnotation(surroundWithTag = false, entryTagName = "env", keyAttributeName = "name", sortBeforeSave = false)
|
||||
@get:MapAnnotation(propertyElementName = "envs", entryTagName = "env", keyAttributeName = "name", sortBeforeSave = false)
|
||||
var env by property(LinkedHashMap<String, String>())
|
||||
}
|
||||
Reference in New Issue
Block a user