Skip to content

Commit c8b949c

Browse files
authored
Update ci.yml (#67)
Removing the print messages of Java Version.
1 parent 0fb71dc commit c8b949c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
with:
1717
java-version: '11'
1818
distribution: 'temurin' # Optional, defaults to temurin in v4
19-
20-
- name: Verify Java version
21-
run: java -version
2219

2320
- name: Build
2421
run: ./gradlew build

0 commit comments

Comments
 (0)