What’s the gradle version you use? Can you put full stack trace somewhere we can see it? Also, the problem shows up when you run ‘gradle test’, right?
Typically such problem can occur if one is mixing version of slf4j api and implementation, for example different version of api and different version of jcl-over-slf4j. However, your build is using a consistent version.
Gradle uses slf4j 1.6.4 but that should not be a problem. You can also try bumping the sl4j to 1.6.4 and let us know if this helps in any way.
-gradle clean build (just in case) -google for answers related to this particular Spring context initialization error -try running your former maven build with this version of slf4j and see if it makes any difference