We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de6ddb commit 9a5354fCopy full SHA for 9a5354f
build/export_generators/ide-gradle/dependencies.jinja
@@ -128,7 +128,7 @@ dependencies {
128
129
{%- if proto_template -%}
130
{%- if target.proto_namespace %}
131
- protobuf(files(mainProtosDir.dir("{{ target.proto_namespace }}")))
+ protobuf(files(mainProtosDir.map { it.dir("{{ target.proto_namespace }}") }))
132
{%- else %}
133
protobuf(files(mainProtosDir))
134
{%- endif -%}
0 commit comments