diff options
Diffstat (limited to '.github/workflows/test-gradle.yml')
-rw-r--r-- | .github/workflows/test-gradle.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test-gradle.yml b/.github/workflows/test-gradle.yml index ebb142aa6c..81b62ee61f 100644 --- a/.github/workflows/test-gradle.yml +++ b/.github/workflows/test-gradle.yml @@ -19,10 +19,10 @@ jobs: - name: Set up JDK 1.8 uses: actions/setup-java@v2 - with: - distribution: 'adopt' - java-version: '8' - check-latest: true + with: + distribution: 'adopt' + java-version: '8' + check-latest: true - name: Cache Gradle wrapper and dependencies uses: actions/cache@v2.1.3 |