Skip to content

Commit 83b92da

Browse files
committed
Remove redundant Java version check from CI workflow
1 parent 05871d5 commit 83b92da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ jobs:
2323

2424
- name: Build with Maven
2525
run: |
26-
java -version
2726
mvn --version
2827
mvn -B package

0 commit comments

Comments
 (0)