Skip to content

Commit

Permalink
Fix issues with configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Feb 14, 2024
1 parent a2e42cb commit 3b3d3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_main.yml
Expand Up @@ -60,12 +60,12 @@ jobs:
- name: 'Publish IDEA Plugin'
run: './gradlew :ballast-idea-plugin:buildPlugin :ballast-idea-plugin:publishPlugin --stacktrace -Prelease -PorchidEnvironment=prod'
- name: 'Open Sonatype Staging Repository'
run: './gradlew openSonatypeStagingRepository --stacktrace -Prelease -PorchidEnvironment=prod'
run: './gradlew openSonatypeStagingRepository --no-configuration-cache --stacktrace -Prelease -PorchidEnvironment=prod'
- name: 'Publish Artifacts'
run: './gradlew publishAllPublicationsToMavenCentralRepository --stacktrace -Prelease -PorchidEnvironment=prod'
- name: 'Build example Compose Web site'
run: './gradlew :examples:web:build --stacktrace -Prelease -PorchidEnvironment=prod'
- name: 'Publish Documentation'
run: './gradlew :docs:publish --stacktrace --no-configuration-cache -Prelease -PorchidEnvironment=prod'
- name: 'Close Sonatype Staging Repository'
run: './gradlew closeSonatypeStagingRepository --stacktrace -Prelease -PorchidEnvironment=prod'
run: './gradlew closeSonatypeStagingRepository --no-configuration-cache --stacktrace -Prelease -PorchidEnvironment=prod'

0 comments on commit 3b3d3a9

Please sign in to comment.