Error while building liquidbounce in intellij
-
When I try to build, I get "Could not find com.github.TheAltening:API-Java:master-SNAPSHOT." along with a few other altening related errors. I'm probably just being retarded
-
@Hackerman
open the build.gradle in the forge 1.8.9 folder
change:implementation 'com.github.TheAltening:API-Java:master-SNAPSHOT' implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT' compile 'com.github.TheAltening:API-Java:api-2.0-SNAPSHOT' compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
to this:
implementation 'com.github.TheAltening:TheAltening4j:master-SNAPSHOT' implementation 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT' compile 'com.github.TheAltening:TheAltening4j:api-2.0-22541fa70f-1' compile 'com.github.TheAltening:API-Java-AuthLib:-SNAPSHOT'
2/2