radixdlt/radixdlt-java

Maven Dependency Incorrect

Closed this issue · 4 comments

Hi,
The Gradle dependency in the README.md is incorrect. It should be
implementation 'com.github.radixdlt:radixdlt-java:1.0-beta.18'
But instead says:
implementation 'com.radixdlt:radixdlt-java:1.0-beta.18'

Which doesn't work.
Cheers!

Hi @lfeagan

We have custom domain name set up per jitpack documentation on Custom Domain Name.

You should be able to see our TXT record:

$ nslookup -query=TXT git.radixdlt.com jay.ns.cloudflare.com
Server:		jay.ns.cloudflare.com
Address:	173.245.59.123#53

git.radixdlt.com	text = "https://github.com/radixdlt"

We are using the com.radixdlt:radixdlt-java:* style internally with no issues.

Sometimes Jitpack takes a little time to generate artifacts for versions/tags that have not been retrieved for a while, so perhaps you are seeing timeout failures as a result of this?

Didn't mean to close — just waiting to hear back from @lfeagan

Thanks! Not sure why it failed to work the other day, when the "regular" jitpack identifier did. But it is fine now. Cheers!

Thanks! Closing...