From 51848d8b1567905ff32bd182801935475eaeab33 Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 31 Jan 2024 13:36:52 -0700 Subject: [PATCH] Remove trailing whitespace --- ci/gradle.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/gradle.yml b/ci/gradle.yml index db5eacf..cee4eed 100644 --- a/ci/gradle.yml +++ b/ci/gradle.yml @@ -37,8 +37,7 @@ jobs: run: ./gradlew build # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). - # If your project does not have the Gradle Wrapper configured, you can use the following configuration - # to run Gradle with a specified version. + # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version. # # - name: Setup Gradle # uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0 @@ -47,7 +46,7 @@ jobs: # # - name: Build with Gradle 8.5 # run: gradle build - + dependency-submission: runs-on: ubuntu-latest