NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
344 stars 142 forks source link

Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'ossrhUsername' for Credentials [username: null] of type org.gradle.internal.credentials.DefaultPasswordCredentials_Decorated. #214

Closed abdullah230695 closed 3 years ago

abdullah230695 commented 3 years ago

Not able to build the gradle, getting this error Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'ossrhUsername' for Credentials [username: null] of type org.gradle.internal.credentials.DefaultPasswordCredentials_Decorated. Any help pls ...

MrDOS commented 3 years ago

You should only get this error if you uncommented the uploadArchives section of build.gradle. Did you close this issue because you circumvented the problem?