qwazer / markdown-confluence-gradle-plugin

Gradle plugin to publish markdown pages to confluence
Apache License 2.0
12 stars 16 forks source link

remove spring deps - it's too fat for this project #9

Open qwazer opened 6 years ago

pnewhook commented 6 years ago

It appears this plugin doesn't work in projects with the Spring Boot 2 gradle plugin because org.springframework.core.ErrorCoded has been removed in Spring 5.

lennartjuette commented 5 years ago

@pnewhook This problem should be solved in https://github.com/qwazer/markdown-confluence-gradle-plugin/pull/14. There's no new release yet, though.

qwazer commented 5 years ago

Version 0.9 should be compatible with Spring 5 on classpath. But this is still w/a for this issue.