LunatriusCore server down
HoldYourWaffle opened this issue ยท 2 comments
The site where gradle pulls the LunatriusCore dependency from is down, preventing any development environment setup/compiling.
I solved this by using jitpack:
repositories {
maven { url 'https://www.jitpack.io' }
}
dependencies {
deobfCompile group: 'com.github.Lunatrius', name: 'LunatriusCore', version: 'master-SNAPSHOT', classifier: 'universal'
}