From e618bab75fc222fcba9db334a9ec768c1f263f4d Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 1 Oct 2023 12:53:30 -0500 Subject: [PATCH] [CI] Attempt to split deploy artifacts again (cont..) * Remove gradle wrapper validation step --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5201c3fd..6fcb155e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,8 +88,6 @@ jobs: run: | mkdir -p /home/runner/.gradle echo 'systemProp.user.name=spring-builds+github' >> /home/runner/.gradle/gradle.properties - - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v1 - name: Set up Gradle uses: gradle/gradle-build-action@v2 with: