''Publishing to repository null'

I executed publishToMavenLocal --debug. I was expecting something similar to “publishing to --path to my local maven repo–”. I didn’t find any of such statement but found following.

[org.gradle.api.publish.maven.internal.publisher.AbstractMavenPublisher] Publishing to repository null

Let me know if I’m supposed to post this somwhere else.

I think that output uses ‘null’ to mean maven local (it doesn’t know the path to maven local yet). Are you running into a problem?

Thanks @sterling

I was playing with Gradle to understand it. The build published artifacts to mavenLocal folder just fine but the log was misleading. So wanted to report.

We are considering migrating from Maven to Gradle. None of us are Gradle-savvy so I thought I should report anything that’s misleading.