kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

Make the plugin work with both httpmime-4.1 and httpmime-4.3 #65

Closed kt3k closed 5 years ago

kt3k commented 8 years ago

The plugin depends on httpmime-4.3 feature which httpmime-4.1 doesn't have. In some situation this plugin runs with httpmime-4.1 (maybe in the case other gradle plugins depends on it) and that cause errors when uploading.

For now I created alternative versions for making this plugin work with httpmime-4.1 (which has suffix x after version number) but that seems causing a lot of confusion. It's better to make the only version which works both with httpmime 4.1 and 4.3.