This message was deleted.
# community-support
s
This message was deleted.
j
This is what I am using
Copy code
pom.scm.url=<https://github.com/JavierSegoviaCordoba/hubdle>
pom.scm.connection=scm:git:git@github.com:JavierSegoviaCordoba/hubdle.git
pom.scm.developerConnection=scm:git:git@github.com:JavierSegoviaCordoba/hubdle.git
🙏 1
v
That's not so much a Gradle question. For Gradle that is just a plain String. It is more a question for those that define or use the POM format. So the authorative doc is https://maven.apache.org/pom.html#scm what it links to for Git. But I think what you should use it the URL that you can copy&paste 1:1 to a
git clone
, so should contain the
git@
.
👍 1