Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Build Failing Jitpack #452

Open
Setloth opened this issue Oct 2, 2023 · 2 comments
Open

API Build Failing Jitpack #452

Setloth opened this issue Oct 2, 2023 · 2 comments
Labels
Status: Help wanted Help needed from other users to find the source of the issue

Comments

@Setloth
Copy link

Setloth commented Oct 2, 2023

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

@montlikadani
Copy link
Owner

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

@montlikadani
Copy link
Owner

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"))
}

@montlikadani montlikadani added Status: Help wanted Help needed from other users to find the source of the issue and removed Type: Unconfirmed labels Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Help wanted Help needed from other users to find the source of the issue
Projects
None yet
Development

No branches or pull requests

2 participants