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 07a4a24 commit cdccdb6Copy full SHA for cdccdb6
.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: env
22
- run: java --version
23
- name: Spotless Check
24
run: ./gradlew spotlessCheck
0 commit comments