Skip to content

Commit 7dff153

Browse files
committed
Println Java version.
1 parent 6f5d6a3 commit 7dff153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
# path: ~/.gradle/caches
1919
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
2020
# restore-keys: ${{ runner.os }}-gradle
21+
- run: java --version
2122
- name: Spotless Check
2223
run: ./gradlew spotlessCheck
2324
- name: Test

0 commit comments

Comments
 (0)