sonatypeUserName and sonatypePassword are not defined in build.gradle because they are presumably in your personal gradle.properties file or an environment variable. I've found myself having to add the following to get gradle to sync when developing on this plugin
sonatypeUserName and sonatypePassword are not defined in build.gradle because they are presumably in your personal gradle.properties file or an environment variable. I've found myself having to add the following to get gradle to sync when developing on this plugin
Perhaps you could add something like the following depending on where you are getting your username/password from.
This would make it easier for others that don't need to publish to work on this plugin.
Thanks