You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
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
I am seeing a missing dependency when trying to build or run checks:
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?
The text was updated successfully, but these errors were encountered: