Skip to content

Commit 9a5354f

Browse files
nogertneyrox
authored andcommitted
Fix exporting proto library with namespace.
commit_hash:1d343387b1c0d8ea186491bcc557d8a738849211
1 parent 5de6ddb commit 9a5354f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/export_generators/ide-gradle/dependencies.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ dependencies {
128128

129129
{%- if proto_template -%}
130130
{%- if target.proto_namespace %}
131-
protobuf(files(mainProtosDir.dir("{{ target.proto_namespace }}")))
131+
protobuf(files(mainProtosDir.map { it.dir("{{ target.proto_namespace }}") }))
132132
{%- else %}
133133
protobuf(files(mainProtosDir))
134134
{%- endif -%}

0 commit comments

Comments
 (0)