Chocohead / Rift

A lightweight mod loader and API for Minecraft 1.13
MIT License
62 stars 22 forks source link

Can't compile since today #30

Closed lordrius closed 5 years ago

lordrius commented 5 years ago

Hi!

Since today, when i try to compile my mod, console throws an error:

Could not resolve all files for configuration: ':implementation'

Could not find com.github.Chocohead:Rift:jitpack-SNAPSHOT.

My dependencies code is the same as the example build.gradle.

dependencies { implementation 'com.github.Chocohead:Rift:jitpack-SNAPSHOT:dev' }

Any ideas?

Thanks.

Chocohead commented 5 years ago

Everything should work again now. Not sure what breaks it, but I know how to fix it at least.