Skip to content

Commit

Permalink
Remove initial refresh dependencies on build
Browse files Browse the repository at this point in the history
This may need to be put back in future if it turns out this breaks things, but I'm hoping it isn't actually strictly necessary.
  • Loading branch information
Adubbz authored Nov 19, 2023
1 parent ad1c99b commit 18bec36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Refresh Gradle Dependencies
run: ./gradlew --refresh-dependencies
- name: Publish
run: ./gradlew publish
env:
Expand Down

0 comments on commit 18bec36

Please sign in to comment.