Skip to content

Commit

Permalink
remove --refresh-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 11, 2024
1 parent bc7118d commit e1ed4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
run: ./gradlew build --refresh-dependencies
run: ./gradlew build
- name: "📤 Publish Snapshot to repo.grails.org"
if: success() && github.event_name == 'push'
env:
Expand Down

0 comments on commit e1ed4c4

Please sign in to comment.