Codearte / gradle-nexus-staging-plugin

Automatize releasing Gradle projects to Maven Central.
Apache License 2.0
172 stars 26 forks source link

Workaround gradle/gradle#11466 #142

Closed larsgrefer closed 4 years ago

larsgrefer commented 4 years ago

see Codearte/gradle-nexus-staging-plugin#141

szpak commented 4 years ago

Thanks for your PR. Could you add Gradle 6 to the Gradle regression testing suite to verify it fails with @ToString and does not after your changes?

larsgrefer commented 4 years ago

This PR and #144 both contain a test now, which fails in #144 but succeeds here.

szpak commented 4 years ago

I slightly reworked your tests to be notified by CI if/when it will be fixed in Gradle. Merged manually, thanks.