1
0

Remove jcenter if not needed

This commit is contained in:
2020-09-11 17:32:16 +02:00
parent dc6377179c
commit cd628f48b7
5 changed files with 7 additions and 4 deletions
@@ -1,3 +1,4 @@
{% if repositories is not empty %}
<repositories>
{% for repo in repositories %}
<repository>
@@ -6,3 +7,4 @@
</repository>
{% endfor %}
</repositories>
{% endif %}