VolmitSoftware / Iris

World Generation through a new Iris

Home Page:https://volmit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iris Build Fail

kragleh opened this issue · comments

Problem

  1. Cloned the Iris repository with the latest commit
  2. Opened the project in IntelliJ
  3. Ran Iris [setup]
  4. Ran Iris [iris] but failed
Could not determine the dependencies of task ':shadowJar'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
   > Could not resolve com.ticxo.playeranimator:PlayerAnimator:R1.2.5.
     Required by:
         project : > com.github.oraxen:oraxen:1.152.5
      > Could not resolve com.ticxo.playeranimator:PlayerAnimator:R1.2.5.
         > inconsistent module metadata found. Descriptor: com.ticxo.playeranimator:PlayerAnimator:R1.2.7 Errors: bad version: expected='R1.2.5' found='R1.2.7'

Solution

  1. Updated oraxen in build.gradle to 1.158.0 which resulted in
Could not determine the dependencies of task ':shadowJar'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
   > Could not find com.jeff_media:MorePersistentDataTypes:2.4.0.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/jeff_media/MorePersistentDataTypes/2.4.0/MorePersistentDataTypes-2.4.0.pom
       - https://arcanearts.jfrog.io/artifactory/archives/com/jeff_media/MorePersistentDataTypes/2.4.0/MorePersistentDataTypes-2.4.0.pom
       - https://mvn.lumine.io/repository/maven-public/com/jeff_media/MorePersistentDataTypes/2.4.0/MorePersistentDataTypes-2.4.0.pom
       - https://jitpack.io/com/jeff_media/MorePersistentDataTypes/2.4.0/MorePersistentDataTypes-2.4.0.pom
       - https://s01.oss.sonatype.org/content/repositories/snapshots/com/jeff_media/MorePersistentDataTypes/2.4.0/MorePersistentDataTypes-2.4.0.pom
       - https://mvn.lumine.io/repository/maven/com/jeff_media/MorePersistentDataTypes/2.4.0/MorePersistentDataTypes-2.4.0.pom
       - https://repo.triumphteam.dev/snapshots/com/jeff_media/MorePersistentDataTypes/2.4.0/MorePersistentDataTypes-2.4.0.pom
       - https://repo.mineinabyss.com/releases/com/jeff_media/MorePersistentDataTypes/2.4.0/MorePersistentDataTypes-2.4.0.pom
     Required by:
         project : > com.github.oraxen:oraxen:1.158.0
  1. Issue above was fixed by adding maven { url = 'https://hub.jeff-media.com/nexus/repository/jeff-media-public/' } to the project repositories

Minecraft Version

1.20.1

Iris Version

Log