mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[maven][IDEA-371747] import maven compiler args with weird names
(cherry picked from commit 32afaaf57ab8726e25c4c249018211655b38e745) IJ-CR-161532 GitOrigin-RevId: fd0b9630ecf8c5e9be6503e1244e03fcc8dfe86a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ba533c7183
commit
3413909f30
@@ -313,9 +313,6 @@ class MavenCompilerConfigurator : MavenApplicableConfigurator(GROUP_ID, ARTIFACT
|
||||
}
|
||||
}
|
||||
|
||||
MavenJDOMUtil.findChildrenValuesByPath(element, "compilerArgs", "arg").forEach {
|
||||
|
||||
}
|
||||
element.getChild("compilerArgument")?.textTrim?.let {
|
||||
val text = getResolvedText(it)
|
||||
if (text != null && !hasUnresolvedProperty(text)) {
|
||||
|
||||
Reference in New Issue
Block a user