Skip to content
Snippets Groups Projects
Commit 35180754 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] Do not always build all zip (with JRE included)

parent 88120da2
No related branches found
No related tags found
No related merge requests found
Pipeline #4647 passed
......@@ -347,7 +347,7 @@
<id>linux-x64-bundle</id>
<activation>
<property>
<name>performRelease</name>
<name>performFullRelease</name>
<value>true</value>
</property>
</activation>
......@@ -413,7 +413,7 @@
<id>linux-i586-bundle</id>
<activation>
<property>
<name>performRelease</name>
<name>performFullRelease</name>
<value>true</value>
</property>
</activation>
......@@ -479,7 +479,7 @@
<id>windows-i586-bundle</id>
<activation>
<property>
<name>performRelease</name>
<name>performFullRelease</name>
<value>true</value>
</property>
</activation>
......@@ -564,7 +564,7 @@
<id>windows-x64-bundle</id>
<activation>
<property>
<name>performRelease</name>
<name>performFullRelease</name>
<value>true</value>
</property>
</activation>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment