aboutsummaryrefslogtreecommitdiffstats
path: root/build/export_generators/ide-gradle/publish.jinja
blob: b8810bb40f6cd9716c35349add27b729da738c10 (plain) (blame)
1
2
3
4
5
{%- if publish %}

group = "{{ target.publish_group }}"
version = {% if target.publish_version and target.publish_version != "no" -%}"{{ target.publish_version }}"{%- else -%}project.properties["version"]!!{%- endif %}
{% endif -%}