3

I'm trying to publish a library using Jitpack. By default the groupId is set to com.github.username.repo but I would like it to be com.mydomain.libs instead. The official docs say that for that I need to

Add a DNS TXT record that maps git.yourcompany.com to https://github.com/yourcompany

What does this actually mean? Should I do this somewhere on github or on my mydomain.com website?

rmtheis
  • 5,992
  • 12
  • 61
  • 78
netimen
  • 4,199
  • 6
  • 41
  • 65

1 Answers1

1

It turned out, that this is something to be done on the mydomain.com website, so there is no way currently to set up a custom domain name on Jitpack if you don't own that domain name.

rmtheis
  • 5,992
  • 12
  • 61
  • 78
netimen
  • 4,199
  • 6
  • 41
  • 65