Skip to content

Commit

Permalink
SED-3153 Fixing distribution sizes (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
cl-exense authored Sep 3, 2024
1 parent d6e196a commit d4ddbb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions step-distribution-parent/step-distribution-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>250000000</maxsize>
<minsize>120000000</minsize>
<maxsize>300000000</maxsize>
<minsize>200000000</minsize>
<files>
<file>${project.build.directory}/step-controller-${project.version}.zip</file>
</files>
Expand Down
4 changes: 2 additions & 2 deletions step-distribution-parent/step-distribution-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>260000000</maxsize>
<minsize>175000000</minsize>
<maxsize>300000000</maxsize>
<minsize>200000000</minsize>
<files>
<file>${project.build.directory}/step-ide-${project.version}.zip</file>
</files>
Expand Down

0 comments on commit d4ddbb2

Please sign in to comment.