1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 20:12:07 +01:00

[sinttest] Display Java version on startup

This commit is contained in:
Florian Schmaus 2023-12-07 11:12:55 +01:00
parent 9acee05e5e
commit 1e666197a3

View file

@ -224,7 +224,8 @@ public class SmackIntegrationTestFramework {
} }
LOGGER.info("SmackIntegrationTestFramework [" + testRunResult.testRunId LOGGER.info("SmackIntegrationTestFramework [" + testRunResult.testRunId
+ "]: Finished scanning for tests, preparing environment"); + "]: Finished scanning for tests, preparing environment\n"
+ "\tJava SE Platform version: " + Runtime.version());
environment = prepareEnvironment(); environment = prepareEnvironment();
try { try {