Sodium

Sodium

35M Downloads

Failing to compile.

notsatvrn opened this issue ยท 2 comments

commented

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
commented

Solution: remove jcenter() from settings.gradle. Compiles properly and works just fine.

commented

Solution: remove jcenter() from settings.gradle. Compiles properly and works just fine.

I already made a pull request to update to Loom 0.6.