Animated-TabList

Animated-TabList

65.2k Downloads

API Build Failing Jitpack

Setloth opened this issue ยท 2 comments

commented

Type of bug

Other

TabList version

5.7.4

Software version

1.20.1 - irrelevant

Relevant plugins

n/a

Console error (if applicable)

No response

TabList configuration files

https://jitpack.io/com/github/montlikadani/TabList/v5.7.4/build.log

Bug description

Jitpack build fails resulting in no api access through jitpack

commented

There is nothing I can do against this, jitpack failing since it first came out and I don't know what can I do to fix this

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Build file '/home/jitpack/build/buildSrc/build.gradle.kts' line: 10
commented

The only thing you can do is to add TabList jar to a lib folder and specify the path of the file in dependencies

dependencies {
    compileOnly(files("lib/TabList-bukkit-v5.7.4.jar"))
}