Skip to content

Replace JCenter with Maven Central to fix build failure #468

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

killerdevildog
Copy link

  • Replace jcenter() with mavenCentral() in buildscript and allprojects repositories
  • Add gradlePluginPortal() for plugin dependencies not available in Maven Central
  • Add JitPack repository for dependencies hosted on GitHub
  • Update jd-core dependency to use GitHub via JitPack (com.github.java-decompiler:jd-core)
  • Update launch4j plugin to use correct group ID for Gradle Plugin Portal

Fixes #462: JCenter repository was shut down in 2021, causing build failures when resolving dependencies. All dependencies now resolve successfully from active Maven repositories.

- Replace jcenter() with mavenCentral() in buildscript and allprojects repositories
- Add gradlePluginPortal() for plugin dependencies not available in Maven Central
- Add JitPack repository for dependencies hosted on GitHub
- Update jd-core dependency to use GitHub via JitPack (com.github.java-decompiler:jd-core)
- Update launch4j plugin to use correct group ID for Gradle Plugin Portal

Fixes java-decompiler#462: JCenter repository was shut down in 2021, causing build failures
when resolving dependencies. All dependencies now resolve successfully from
active Maven repositories.
@Boat2017
Copy link

Boat2017 commented Aug 4, 2025 via email

@StevenJack666
Copy link

StevenJack666 commented Aug 4, 2025 via email

@niansa
Copy link

niansa commented Aug 4, 2025

Don't waste your time, this user is just posting a whole bunch of AI slop on GitHub to up the PR counter in his resume.

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.

failure to build
4 participants