summaryrefslogtreecommitdiffstats
path: root/build/export_generators/ide-gradle/content_root.jinja
blob: 62453110e21f769ec20c47c5f6902d4f4564e3d2 (plain) (blame)
1
2
3
4
5
6
7
{%- if idea_content_root %}
idea {
    module {
        contentRoot = file("$arcadia_root/{{ curdir }}")
    }
}
{%- endif -%}