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

No artifacts are generated in jitpack.io #27

Closed
ShirasawaSama opened this issue Nov 21, 2022 · 2 comments
Closed

No artifacts are generated in jitpack.io #27

ShirasawaSama opened this issue Nov 21, 2022 · 2 comments
Labels
bug in other software The issue is caused by the server software, other plugins or BuildTools

Comments

@ShirasawaSama
Copy link

When I use:

repositories {
    mavenCentral()
    maven {
        name = 'jitpack'
        url = 'https://www.jitpack.io'
    }
}

dependencies {
    compileOnly 'com.github.Jannyboy11:InvSee-plus-plus:v0.13.0'
}

I got:

✅ Build artifacts:
com.github.Jannyboy11:InvSee-plus-plus:v0.13.0

Files: 
com/github/Jannyboy11/InvSee-plus-plus/v0.13.0
com/github/Jannyboy11/InvSee-plus-plus/v0.13.0/InvSee-plus-plus-v0.13.0.pom
com/github/Jannyboy11/InvSee-plus-plus/v0.13.0/InvSee-plus-plus-v0.13.0.pom.md5
com/github/Jannyboy11/InvSee-plus-plus/v0.13.0/InvSee-plus-plus-v0.13.0.pom.sha1
com/github/Jannyboy11/InvSee-plus-plus/v0.13.0/build.log
com/github/Jannyboy11/InvSee-plus-plus/v0.13.0/maven-metadata-local.xml
com/github/Jannyboy11/InvSee-plus-plus/v0.13.0/maven-metadata-local.xml.md5
com/github/Jannyboy11/InvSee-plus-plus/v0.13.0/maven-metadata-local.xml.sha1

In https://www.jitpack.io/com/github/Jannyboy11/InvSee-plus-plus/v0.13.0/build.log

But no any jar artifacts are generated.

Can you provide a way to use this plugin as an API through maven or gradle?

@Jannyboy11
Copy link
Owner

Jannyboy11 commented Dec 13, 2022

I don't see it as my responsibility to set up a maven repo from which InvSee++ can be downloaded. You are free to host InvSee++ on your own maven repo as you wish. I just provide downloads via Github Releases as well as the SpigotMC forums.
And the fact that jitpack.io can't build the project is not a bug in InvSee++, but a flaw of Jitpack.

@Jannyboy11 Jannyboy11 added the bug in other software The issue is caused by the server software, other plugins or BuildTools label Jan 22, 2023
@Jannyboy11
Copy link
Owner

https://github.com/Jannyboy11/InvSee-plus-plus/wiki#welcome-to-the-invsee-wiki GitHub Packages is now used as a maven repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug in other software The issue is caused by the server software, other plugins or BuildTools
Projects
None yet
Development

No branches or pull requests

2 participants