Skip to content

Commit

Permalink
stleary#863 increase compiler stack size on build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Simulant87 committed Feb 23, 2024
1 parent 0ff635c commit 6660e40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Compile Java ${{ matrix.java }}
env:
MAVEN_OPTS: -Xss4m
run: mvn clean compile -D maven.compiler.source=${{ matrix.java }} -D maven.compiler.target=${{ matrix.java }} -D maven.test.skip=true -D maven.site.skip=true -D maven.javadoc.skip=true
- name: Run Tests ${{ matrix.java }}
run: |
Expand Down

0 comments on commit 6660e40

Please sign in to comment.