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
gradle build fails with > Could not get unknown property 'ossrhUsername' for root project 'spring-restdocs-postman' of type org.gradle.api.Project.
(used by the uploadArchives task).
Could this configuration be made optional?
The text was updated successfully, but these errors were encountered:
Yes, there is probably a way to avoid having the signing and uploading task run by default. I'll look into configuring the build for those that wont be signing, and uploading artifacts. Thanks!
gradle build
fails with> Could not get unknown property 'ossrhUsername' for root project 'spring-restdocs-postman' of type org.gradle.api.Project.
(used by the uploadArchives task).
Could this configuration be made optional?
The text was updated successfully, but these errors were encountered: