Skip to content

Commit

Permalink
#3412 maven opts
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 10, 2024
1 parent c0cc860 commit b0f316a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
runs-on: ubuntu-24.04
env:
JAVA_OPTS: -Xmx8g
MAVEN_OPTS: -Xmx8g
steps:
- uses: actions/checkout@v4
- uses: teatimeguest/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
CONVERT_PATH: /tmp/antlr4-to-bnf-converter
JAVA_OPTS: -Xmx8g
MAVEN_OPTS: -Xmx8g
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ install: |
gem install texsc:0.6.0
gem install texqc:0.6.0
export JAVA_OPTS="-Xmx8g"
export MAVEN_OPTS="-Xmx8g"
merge:
script: |
JAVA_OPTS="-Xmx8g" mvn clean install -Pqulice --errors -Dstyle.color=never
mvn clean install -Pqulice --errors -Dstyle.color=never
release:
pre: false
script: |-
Expand Down

0 comments on commit b0f316a

Please sign in to comment.