Skip to content

Commit

Permalink
build: Re-disable configuration cache when publishing (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDarwish2000 authored Feb 13, 2025
1 parent 50b3a47 commit 22bbf0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Publish
run: ./gradlew publishAllPublicationsToMavenCentralRepository
run: ./gradlew --no-configuration-cache publishAllPublicationsToMavenCentralRepository

extract-version:
name: Extract Library Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Publish
run: ./gradlew publishAllPublicationsToMavenCentralRepository
run: ./gradlew --no-configuration-cache publishAllPublicationsToMavenCentralRepository

publish-docs:
name: Publish Documentation
Expand Down

0 comments on commit 22bbf0b

Please sign in to comment.