Skip to content

Commit

Permalink
Remove clean from publish workflow, as theoretically it is always cle…
Browse files Browse the repository at this point in the history
…aned and will only contain the stuff we specifically want to cache. Hopefully this speeds up builds and doesn't break
  • Loading branch information
pupnewfster committed Mar 12, 2024
1 parent dba091e commit 6d13eb0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/gradle-publish.yml
Expand Up @@ -58,13 +58,6 @@ jobs:
distribution: 'temurin'
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Clean Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: clean
gradle-version: wrapper
cache-read-only: false

- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
Expand Down

0 comments on commit 6d13eb0

Please sign in to comment.