Skip to content
New issue

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

unknown property 'username' #10

Closed
WildeTechSolutions opened this issue Apr 26, 2024 · 3 comments
Closed

unknown property 'username' #10

WildeTechSolutions opened this issue Apr 26, 2024 · 3 comments

Comments

@WildeTechSolutions
Copy link

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'
    }
}
@martinbonnin
Copy link
Member

Thanks! This is a Groovy interrop issue. Tentative fix here.

@informramiz
Copy link

@martinbonnin would be nice if you can merge the PR and make the new code available as a new version.

@martinbonnin
Copy link
Member

0.0.8 is out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants