TrigonicSolutions / gradle-rpm-plugin

Gradle plugin for constructing RPM packages.
Apache License 2.0
38 stars 19 forks source link

Versions 1.2 and 1.3 of gradle-rpm-plugin missing addParentDirs capability #34

Open merscwog opened 11 years ago

merscwog commented 11 years ago

Not entirely sure how this happened, but what is published up to Maven Central for versions 1.2 and 1.3 do not have the addParentsDir capability compiled into the RpmPlugin.class within the jar.

If I make a fresh build, then all is fine and I can see the capability by doing a javap -v on the various class files (especially the RpmPlugin.class).

I did not realize this until Greg Temchenko posted just over a week ago on the pull request thread, since I've been working fine with my locally built copies of the software.

https://github.com/TrigonicSolutions/gradle-rpm-plugin/pull/29#issuecomment-15492747

-Spencer