
Error adding to gradle project
Micalobia opened this issue ยท 3 comments
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