-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Hi @thekua,
logback-spike is really helpful! There are not many solutions out there to unit test logging. I have found none that is as easy to use. Thanks for sharing!
The downside of logback-spike: It cannot be used out of the box as maven dependency. So could you please move it from Sample-Code/java/logback-spike
to a top level project like logback-spike
or rename this project and move logback-spike to the root directory?
This way it could be used with jitpack like so
<dependency>
<groupId>com.github.thekua</groupId>
<artifactId>logback-spike</artifactId>
<version>-SNAPSHOT</version>
</dependency>
Maven Central or JCenter would be even better, of course ;-)
Metadata
Metadata
Assignees
Labels
No labels