Skip to content

Commit 4bda9ec

Browse files
.gitlab-ci.yml: print Gradle version info for all test jobs.
1 parent 9fb3548 commit 4bda9ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ test:
5454

5555
.test-template:
5656
before_script:
57+
# Print Gradle and JVM version info
58+
- ./gradlew -version
5759
# Remove any previous JVM (Hotspot) crash log.
5860
# "|| true" for an OK exit code if no file is found
5961
- rm **/hs_err_pid*.log || true

0 commit comments

Comments
 (0)