Production code uses the SLF4J logging API at compile time

this is happening when i make a brand new project in eclipse with gradle 2.6.

do i need this?

can i get rid of it?

thanks

I’m not sure what exactly is your usecase. Did you create a new project with Buildship using the ‘new project’ wizard? Or is it Buildship’s own slf4j dependency which you’d like to get rid of?

yes, file|new gradle project|foo|next|next|finish and the build file for the new project has:

 // The production code uses the SLF4J logging API at compile time
compile 'org.slf4j:slf4j-api:1.7.12'

thanks

This is a sample build.gradle file, created by the “gradle Init” command.
You can get rid of its content if it doesn’t suit you, without any problem

great, i will just delete it.

how do i mark this as answered?

thanks

I added the the ‘issue-resolved’ tag to the entry.
Thanks Francois for helping out!