Hello community,
I’m implementing a custom plugin which is based on maven-publisher.
I’ve an issue when I try to pass a map through method (getArtifactoryProperties) to properties map inside artifactory → publish → defaults closures:
when I run artifactoryPublish I got successful run but I got also a message like:
[root project ‘projectname’][0]null
and the properties (related to the jar and the pom published) are not deployed in artifactory.
can you please help me to solve that?
best Regards
Thank you for your help
Where do you get that message?
in the consol output after executing gradle artifactoryPublish task
the build finish with the message :
I have no idea why that println should produce that output.
You probably need to debug your build to find out what is happening.
You could also try to provide an MCVE. Often creating it already discloses the problem.