evolution-gaming / no-log4j-test

Test to verify that your project has no log4j dependency
MIT License
5 stars 0 forks source link
log4j scala

no-log4j-test

Build Status Coverage Status Codacy Badge Version License: MIT

Test to verify that your project has no log4j dependency

How to use

Add dependency

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolutiongaming" %% "no-log4j-test" % "0.6.2" % Test

Add the test

class NoLog4jTest extends com.evolutiongaming.util.NoLog4jSuite