We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting the following error:
Could not set unknown property 'username' for object of type nmcp.NmcpExtension
In my build.gradle file I have
nmcp { publishAllProjectsProbablyBreakingProjectIsolation { username = findProperty('sonatypeUsername') as String password = findProperty('sonatypePassword') as String publicationType = 'USER_MANAGED' } }
The text was updated successfully, but these errors were encountered:
Thanks! This is a Groovy interrop issue. Tentative fix here.
Sorry, something went wrong.
@martinbonnin would be nice if you can merge the PR and make the new code available as a new version.
0.0.8 is out!
0.0.8
No branches or pull requests
I'm getting the following error:
In my build.gradle file I have
The text was updated successfully, but these errors were encountered: