Dawn API

Dawn API

16M Downloads

Error adding to gradle project

Micalobia opened this issue ยท 3 comments

commented

When I add what was shown in the README to my gradle files, it gives this error report
https://pastebin.com/raw/QMGXHEgb

When adding this from OreVariants:

repositories {
    maven { url 'https://maven.shedaniel.me/' }
    maven { url 'https://maven.terraformersmc.com/' }
}

It fixes itself. I'm not sure if it's intended for those to be required for users of the API or if it was just missed in the README

commented

This is not intended

commented

This was not resolved

commented

I think that needs to be added to the README. I have medium understanding of the gradle technology, and I don't know if there's a way to automatically add the repository from a project that's added as a dependency.