Skip to content

Commit

Permalink
Update GitHub Action so that a Gradle daemon is not started. Also, in…
Browse files Browse the repository at this point in the history
…crease heap memory available to Gradle.
  • Loading branch information
NiallScott committed Oct 10, 2023
1 parent 0793762 commit e905f13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-and-pull-request.yml
Expand Up @@ -15,10 +15,13 @@ jobs:
- name: Build
run: >
./gradlew
--no-daemon
clean
:api:assemble
:api-kt:assemble
:api:test
:api-kt:test
:api:javadoc
:api-kt:dokkaHtml
env:
JAVA_OPTS: '-Xmx4096m'

0 comments on commit e905f13

Please sign in to comment.