StefMa / ArtifactoryPublish

A super easy way to release Android and Java artifacts to artifactory.
MIT License
12 stars 3 forks source link

Add an example for non android modules #43

Closed pgreze closed 3 years ago

pgreze commented 3 years ago

I was facing this issue:

* What went wrong:
Execution failed for task ':xxx:generateMetadataFileForXXXPublication'.
> Cannot query the value of this property because it has no value available.

and realized it's because the artifactId was not specified (I'm working with a non android project).

This PR is updating the README to indicates to both Android and non Android users how to set this value.

pgreze commented 3 years ago

@StefMa ping 🙏