We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009177c commit 931ef9fCopy full SHA for 931ef9f
.github/workflows/ci-snapshot.yml
@@ -19,7 +19,7 @@ jobs:
19
build-snapshot:
20
uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v7
21
with:
22
- gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' && '--no-build-cache' || '' }}
+ gradleTasks: ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
23
secrets:
24
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
25
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
0 commit comments