gradle-one-jar
gradle-one-jar copied to clipboard
Stop using deprecated Manifest.writeTo(Writer) and use Manifest.writeTo(Object) instead
In Gradle 4.0 Manifest.writeTo(Writer) will be removed, to make it compatible, Manifest.writeTo(Object) needs to be used
Please merge this we are blocked with version 4
Looks like the plugin owner doesn't maintain the project any longer :(
@alisiikh I contacted him on twitter if we don't get any response should we do a fork of it and maintain it ?
+1 Please merge this.
I wrote him on twitter no reaction. Maybe he is on holidays
Please release it. Thanks!
We have a fork here for those interested.
Forking is a good first step, but are you publishing it as a plugin in the gradle plugin repository? A link to that would be more helpful (I didn't find it with their search).
Yes I will publish. Need a couple of days though.
See
- https://plugins.gradle.org/plugin/com.github.onslip.gradle-one-jar
- http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22gradle-one-jar%22
nice that you published it, but I see you aren't enabling issue reporting on your github repo :( I suppose that's you being upfront about not wanting to maintain it, but the floundering continues the next time something breaks... sigh
Well ... why not. Issue reporting has been enabled.
Cool, that's encouraging :) thanks
fixes issue https://github.com/rholder/gradle-one-jar/issues/34, too