Skip to content

Commit

Permalink
#3412 java opts
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 8, 2024
1 parent 1829cbd commit e779ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ install: |
gem install pdd
gem install texsc:0.6.0
gem install texqc:0.6.0
export JAVA_OPTS="-Xmx4g"
merge:
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
Expand Down

1 comment on commit e779ca1

@0crat
Copy link

@0crat 0crat commented on e779ca1 Oct 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 It is not a good idea to push directly to the default branch master. You've earned -16 points. Next time, create a new branch, push your changes over there, then make a pull request and merge it. Even if you are flying solo, contributing via pull requests is a good practice. Your running balance is -66.

Please sign in to comment.