You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You do what you're doing already but just limit the if check for the signAllPublications. That way you can still let this plugin configure the rest of the publishing for jitpack and don't to manually apply maven-publish
Instead of using signAllPublications() you use the RELEASE_SIGNING_ENABLED Gradle property. That would allow to have signing off by default and then you can explicitly set it when publishing to maven central, for example by adding -PRELEASE_SIGNING_ENABLED=true to the Gradle publish command.
Sorry to abuse issues to ask a question, but is there a way to disable signing for jitpack?
currently I have to add a check, but it feels not like the intended way to do it. any suggestions? e.g. https://github.com/kibotu/AndroidResourceExtensions/blob/master/AndroidResourceExtensions/build.gradle#L77-L99
The text was updated successfully, but these errors were encountered: