You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the spring-boot-gradle-plugin tests in Eclipse fails on 3.x due to a class cast exception. The cause is that Gradle's internal implementation is being ignored due to it being for SLF4J 1.7.
The following fixes the problem, but I'm not sure if it's the best way to do it.
Running the spring-boot-gradle-plugin tests in Eclipse fails on 3.x due to a class cast exception. The cause is that Gradle's internal implementation is being ignored due to it being for SLF4J 1.7.
The following fixes the problem, but I'm not sure if it's the best way to do it.
The text was updated successfully, but these errors were encountered: