Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).
Build: #1028 was successful Changes by Florian Schmaus
Code commits
Smack (master)
-
Florian Schmaus 6fe95f4ddd711b187114fe87669ff6109e05b672
[openpgp] Fix usage of junit annotations in SecretKeyBackupHelperTestc
The unit test used the JUnit 4 annotations @BeforeClass and
@AfterClass when it should use the JUnit 5 variants @BeforeAll and
@AfterAll.