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

Remove clojars #81

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Remove clojars #81

merged 1 commit into from
Sep 18, 2024

Conversation

ds58
Copy link
Contributor

@ds58 ds58 commented Sep 18, 2024

The only thing I found which used something from the clojars repos was an unused ROS1 library for loading ROS bags. I've removed that dependency from ihmc-open-robotics-software and ensured nothing else used anything from clojars.

@@ -117,7 +117,6 @@ open class IHMCBuildExtension(val project: Project)
fun configureDependencyResolution()
{
declareMavenCentral()
repository("https://clojars.org/repo/")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can you be sure this doesn't break anything for anybody? Is it that useful to remove?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say we should be arguing why to keep it, not why to remove it. I don't see any reason anyone would be using it. Before I make any release of ihmc-build, I would double check that, at the very least, all of our repos resolve dependencies correctly and things are copesthetic.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it sketchy clojure libraries mostly, actually

@ds58 ds58 merged commit 4c22481 into develop Sep 18, 2024
2 checks passed
@ds58 ds58 deleted the remove-clojars branch September 20, 2024 19:33
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.

2 participants