1
0

Start zip output

This commit is contained in:
2020-09-10 18:48:47 +02:00
parent 69e93f4def
commit 883610878a
11 changed files with 121 additions and 31 deletions
@@ -4,7 +4,7 @@
<groupId>{{ dep.groupId }}</groupId>
<artifactId>{{ dep.artifactId }}</artifactId>
<version>{{ dep.version }}</version>
{% if dep.scope.toString == "Test" %}
{% if dep.scope == "Test" %}
<scope>test</scope>
{% endif %}
</dependency>