Skip to content

Commit

Permalink
clean up unnecessary items
Browse files Browse the repository at this point in the history
  • Loading branch information
gabezurita committed Nov 26, 2024
1 parent 55c6f71 commit cde044b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/actions/setup-vro/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,10 @@ runs:
# cache the Gradle User Home"
# cache: 'gradle'

# # https://github.com/gradle/actions/blob/v3.5.0/setup-gradle/action.yml
# - name: "Setup Gradle"
# uses: gradle/actions/setup-gradle@v3
# with:
# # Only write to the cache for builds on the 'main' and 'develop' branches. (Default is 'main' only.)
# # Builds on other branches will only read existing entries from the cache.
# cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/qa' && github.ref != 'refs/heads/develop' }}
# # To avoid a growing cache over time, attempt to delete any files in the Gradle User Home
# # that were not used by Gradle during the workflow, prior to saving the cache.
# gradle-home-cache-cleanup: true

- name: "Clear Gradle Cache"
shell: bash
run: rm -rf ~/.gradle || true

- name: "Validate Gradle Wrapper Version"
shell: bash
run: |
# Ensure Gradle Wrapper uses the desired version (specified in gradle-wrapper.properties)
./gradlew --version
- uses: ./.github/actions/install-java-tools

- name: "Install Python"
Expand Down

0 comments on commit cde044b

Please sign in to comment.