jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Generated Jenkins Tests Missing SLF4J Binding #228

Open sghill opened 1 year ago

sghill commented 1 year ago

Running generatedJenkinsTest on --info shows this message:

org.jenkinsci.plugins.generated.templating_engine.InjectedTest STANDARD_ERROR
    SLF4J: No SLF4J providers were found.
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.

This can be fixed by adding slf4j-simple to the classpath.