Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit e1ed4c4

Browse files
committed
remove --refresh-dependencies
1 parent bc7118d commit e1ed4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
3333
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
34-
run: ./gradlew build --refresh-dependencies
34+
run: ./gradlew build
3535
- name: "📤 Publish Snapshot to repo.grails.org"
3636
if: success() && github.event_name == 'push'
3737
env:

0 commit comments

Comments
 (0)