Skip to content

Commit

Permalink
Revert "stleary#863 increase compiler stack size on build pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 6660e40.
  • Loading branch information
Simulant87 committed Mar 10, 2024
1 parent c010033 commit eda0841
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ 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 eda0841

Please sign in to comment.