Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Broken dependency: com.evilco.mc:nbt:1.0.2 #72

@jcobol

Description

@jcobol

I am seeing a missing dependency when trying to build or run checks:

~/github/MPL$ ./gradlew check

> Configure project :
[warning] sonatype username or password not set

FAILURE: Build failed with an exception.

* Where:
Build file '/home/jhopkins/github/MPL/compiler/compiler.gradle' line: 136

* What went wrong:
A problem occurred evaluating project ':compiler'.
> Could not resolve all files for configuration ':compiler:runtime'.
   > Could not find com.evilco.mc:nbt:1.0.2.
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/com/evilco/mc/nbt/1.0.2/nbt-1.0.2.pom
         https://repo.maven.apache.org/maven2/com/evilco/mc/nbt/1.0.2/nbt-1.0.2.jar
         http://basket.cindyscats.com/content/repositories/releases/com/evilco/mc/nbt/1.0.2/nbt-1.0.2.pom
         http://basket.cindyscats.com/content/repositories/releases/com/evilco/mc/nbt/1.0.2/nbt-1.0.2.jar
         http://maven.bestsolution.at/efxclipse-releases/com/evilco/mc/nbt/1.0.2/nbt-1.0.2.pom
         http://maven.bestsolution.at/efxclipse-releases/com/evilco/mc/nbt/1.0.2/nbt-1.0.2.jar
     Required by:
         project :compiler

A Github project which provides the dependency:

https://github.com/dotStart/NBT-Lib

Tried modifying build.gradle to use JitPack to build nbt-1.0.2.jar as part of the build but haven't succeeded yet.

Is this broken dependency a known issue or have I missed a setup step?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions