Closed goodudetheboy closed 3 years ago
Yes that is an artifact of moving to sonatype for publishing, you can simply add dummy values to your account level gradle.properties. We should probably move to getting these from the environment instead so that things will compile out of the box.
Noted. Thanks for the clarification.
When I try to build project, it returns error
Could not get unknown property 'ossrhUsername' for Credentials [username: null] of type org.gradle.internal.credentials.DefaultPasswordCredentials_Decorated.
This might be because of the publishing to Maven part in the build.gradle file. This was solved by removing/commenting out in the gradle file
and
Optionally, there can be an extra build file (with the part above removed) for local run.