Skip to content

Commit 931ef9f

Browse files
committed
Revert "Disable building from cache temporarily"
This reverts commit 009177c.
1 parent 009177c commit 931ef9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-snapshot:
2020
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v7
2121
with:
22-
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' && '--no-build-cache' || '' }}
22+
gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
2323
secrets:
2424
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2525
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}

0 commit comments

Comments
 (0)