Skip to content

Commit

Permalink
Increase max heap size for Java 8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Jun 20, 2024
1 parent 18a2d0e commit e348cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./gradlew build
- name: Build with Java 8
working-directory: ./java-8
run: .././gradlew build
run: .././gradlew -Dorg.gradle.jvmargs=-Xmx4g build
- name: Upload Unit Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e348cbf

Please sign in to comment.