Skip to content

Commit

Permalink
Disable parallelism for release (needed for sonatype) & disable caching
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Mar 24, 2023
1 parent e214104 commit 6a800ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: build and publish to maven central
uses: gradle/gradle-build-action@v2
with:
cache-read-only: false
arguments: build publish
arguments: build publish -Dorg.gradle.parallel=false -Dorg.gradle.caching=false
# Import secrets needed for code signing and distribution
env:
OSSRH_GPG_KEYID: ${{ secrets.OSSRH_GPG_KEYID }}
Expand Down

0 comments on commit 6a800ed

Please sign in to comment.