Failing to compile.
notsatvrn opened this issue ยท 2 comments
Expected Behavior
Gradle grabs fabric-loom
properly and continues to compile.
Actual Behavior
Gradle appears to contact https://jcenter.bintray.com
instead of the Fabric Maven to get fabric-loom
, and fails.
Reproduction Steps
Download Sodium source code, and compile with ./gradlew build
- Java Version: Java 8
- CPU: i7-2600k
- GPU: RX 570
Solution: remove jcenter()
from settings.gradle
. Compiles properly and works just fine.