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

chore: remove jcenter dependency #636

Merged
merged 1 commit into from
Mar 21, 2021
Merged

chore: remove jcenter dependency #636

merged 1 commit into from
Mar 21, 2021

Conversation

skaldarnar
Copy link
Member

@skaldarnar skaldarnar commented Mar 21, 2021

Contributes to MovingBlocks/Terasology#4582
Fixes #635

@skaldarnar skaldarnar added the Type: Maintenance Maintenance or chores not adding new features or fixing bugs. label Mar 21, 2021
@keturn
Copy link
Member

keturn commented Mar 21, 2021

Are we fortunate enough to just remove that without issue?

Mostly!

A build scan reports that grgit-core is being downloaded from jcenter, and our dependency to it is via

  • org.ajoberstar.grgit:grgit-core:3.1.1 from
  • com.netflix.nebula:nebula-release-plugin:14.1.0 from
  • nebula.release:nebula.release.gradle.plugin:14.1.0

How is the JCenter repository getting in there? Unclear. Maybe this:

Behind the scenes, the Gradle Plugin Portal uses JCenter to resolve dependencies of plugins. We will be migrating the Plugin Portal away from JCenter before the final shutdown. Builds will not need to make changes while the Plugin Portal migrates away from JCenter.

I'm approving this as good with note of caution that we miiight still see an issue involving nebula-release or grgit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Maintenance or chores not adding new features or fixing bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove JCenter from all build configurations
2 participants