mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge branch 'master' of git.labs.intellij.net:idea/community
This commit is contained in:
+3
@@ -81,6 +81,9 @@ class ExternalProjectBuilder extends BuilderSupport {
|
||||
getLevel(attributes))
|
||||
data.scope = getScope(attributes)
|
||||
return parentNode.createChild(ProjectKeys.LIBRARY_DEPENDENCY, data)
|
||||
case 'extraModel':
|
||||
DataNode<ModuleData> parentNode = current as DataNode
|
||||
return parentNode.createChild(attributes.key, attributes.model)
|
||||
case 'task':
|
||||
DataNode<ExternalConfigPathAware> parentNode = current as DataNode
|
||||
ProjectSystemId projectSystemId = attributes.projectSystemId ?: TEST_EXTERNAL_SYSTEM_ID
|
||||
|
||||
Reference in New Issue
Block a user