Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix(ci): drop CI gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Sep 18, 2024
1 parent df74ad5 commit 8a287f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
18 changes: 0 additions & 18 deletions .github/ci-gradle.properties

This file was deleted.

4 changes: 0 additions & 4 deletions .github/reusable-workflows/setup-gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ runs:
distribution: temurin
java-version: ${{ inputs.java-version }}

- name: Copy CI gradle.properties
shell: bash
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: Setup Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4
with:
Expand Down

0 comments on commit 8a287f5

Please sign in to comment.