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

Fix build issue with JCenter & Jitpack #818

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

odemolliens
Copy link
Contributor

@odemolliens odemolliens commented May 30, 2024

the current condition impacts too many things and could break the build in some cases, it should be filtered by: org.gradle.api.artifacts.repositories.MavenArtifactRepository

More than that, jitpack.io should not be removed, it's breaking few third-party library that needs it (or make it optional)

I noticed you have put that in place, but it's not always up to date, and so not working for all third party library:

maven {
            url "https://maven.scijava.org/content/repositories/jitpack/"
      }

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

Successfully merging this pull request may close these issues.

1 participant