Can't build this repo
v1993 opened this issue ยท 0 comments
Fisrt of all, gradle refused to use HTTP repo, so I had to replace
maven { url = "http://files.minecraftforge.net/maven" }
with
maven { url = "https://files.minecraftforge.net/maven" }
This allowed build to progress further, but then it stopped with error
FAILURE: Build failed with an exception.
* Where:
Build file '/home/v/compile/LTTA/build.gradle' line: 24
* What went wrong:
A problem occurred evaluating root project 'LTTA'.
> Failed to apply plugin 'net.minecraftforge.gradle.forge'.
> Configuration with name 'compile' not found.
I'm not familiar with Gradle build system, so I can't fix this one myself.