Skip to content

Commit

Permalink
fix 4g build
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Oct 6, 2024
1 parent e817e0c commit b51811c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Grant execute permissions for gradlew
run: chmod +x ./gradlew
- name: Set Gradle options
run: echo "GRADLE_OPTS='-Xmx2g'" >> $GITHUB_ENV
run: echo "GRADLE_OPTS='-Xmx4g'" >> $GITHUB_ENV
- name: Build and test
run: ./gradlew build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Grant execute permissions for gradlew
run: chmod +x ./gradlew
- name: Set Gradle options
run: echo "GRADLE_OPTS='-Xmx2g'" >> $GITHUB_ENV
run: echo "GRADLE_OPTS='-Xmx4g'" >> $GITHUB_ENV
- name: Publish to Maven Central
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit b51811c

Please sign in to comment.