The https://github.com/FinamTrade/slf4j-gwt project is not usable with this plugin. It calls GWT.create() on initialization and it therefore can't be on the server/test classpath.
The gwt-gradle-plugin always modifies the test classpath and adds depdencies to it, even if hasGwtTests is false. Don't modify my classpath. Don't do it in afterEvaluate, so I don't see it with the dependencies task.
The https://github.com/FinamTrade/slf4j-gwt project is not usable with this plugin. It calls GWT.create() on initialization and it therefore can't be on the server/test classpath.
The gwt-gradle-plugin always modifies the test classpath and adds depdencies to it, even if hasGwtTests is false. Don't modify my classpath. Don't do it in afterEvaluate, so I don't see it with the dependencies task.