You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stefan Birkner's fishy testing library for exit code assertions broke the mvn clean install build recently. The problem is due to some SSL certificate invalidity on the OSS Sonatype repository, which is being used for pulling a SNAPSHOT version of the JUnit framework (which seems quite harmful to me).
If there's any chance of removing this library from task-api, I'd go for it - we definitely want to eliminate this kind of build instabilities, which means using standard Maven repositories if possible.
The text was updated successfully, but these errors were encountered:
Stefan Birkner's fishy testing library for exit code assertions broke the
mvn clean install
build recently. The problem is due to some SSL certificate invalidity on the OSS Sonatype repository, which is being used for pulling aSNAPSHOT
version of the JUnit framework (which seems quite harmful to me).If there's any chance of removing this library from
task-api
, I'd go for it - we definitely want to eliminate this kind of build instabilities, which means using standard Maven repositories if possible.The text was updated successfully, but these errors were encountered: