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

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

Open
jcobol opened this issue Aug 9, 2020 · 0 comments
Open

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

jcobol opened this issue Aug 9, 2020 · 0 comments

Comments

@jcobol
Copy link

jcobol commented Aug 9, 2020

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant