diff options
Diffstat (limited to '.github/reusable-workflows/setup-gradle/action.yml')
-rw-r--r-- | .github/reusable-workflows/setup-gradle/action.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/reusable-workflows/setup-gradle/action.yml b/.github/reusable-workflows/setup-gradle/action.yml index 719ee72c..554b0c6b 100644 --- a/.github/reusable-workflows/setup-gradle/action.yml +++ b/.github/reusable-workflows/setup-gradle/action.yml @@ -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: |