Skip to content

Commit

Permalink
force rerun tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed May 10, 2024
1 parent 339eff8 commit 8abc3a7
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_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --rerun-tasks
env:
GRADLE_BUILD_CACHE_USER: ${{ secrets.GRADLE_BUILD_CACHE_USER }}
GRADLE_BUILD_CACHE_TOKEN: ${{ secrets.GRADLE_BUILD_CACHE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
BUILD_TIME: ${{ steps.current-time.outputs.formattedTime }}
BUILD_NUMBER: ${{ github.run_number }}
run: ./gradlew assemble
run: ./gradlew assemble --rerun-tasks
- name: Maven Release
if: steps.extract_maven_upload_url.outputs.maven_upload_url
env:
Expand Down

0 comments on commit 8abc3a7

Please sign in to comment.