Skip to content

Commit

Permalink
Adjusting size constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
cl-exense committed Sep 20, 2024
1 parent d4ddbb2 commit 2c6e4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<rules>
<requireFilesSize>
<maxsize>300000000</maxsize>
<minsize>200000000</minsize>
<minsize>150000000</minsize>
<files>
<file>${project.build.directory}/step-controller-${project.version}.zip</file>
</files>
Expand Down
2 changes: 1 addition & 1 deletion step-distribution-parent/step-distribution-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<rules>
<requireFilesSize>
<maxsize>300000000</maxsize>
<minsize>200000000</minsize>
<minsize>150000000</minsize>
<files>
<file>${project.build.directory}/step-ide-${project.version}.zip</file>
</files>
Expand Down

0 comments on commit 2c6e4d0

Please sign in to comment.