We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5d6a3 commit 7dff153Copy full SHA for 7dff153
.github/workflows/build.yml
@@ -18,6 +18,7 @@ jobs:
18
# path: ~/.gradle/caches
19
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
20
# restore-keys: ${{ runner.os }}-gradle
21
+ - run: java --version
22
- name: Spotless Check
23
run: ./gradlew spotlessCheck
24
- name: Test
0 commit comments