TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tell HN: Gradle Maven Repos are missing a lot of packages since yesterday

4 pointsby nlstitchalmost 2 years ago
We're seeing that JCenter and Gradle repos have dropped a lot of dependencies since yesterday. For some projects this entails that, when you clean your build folders and gradle cache, you won't be able to compile your Java programs, let alone will not have access to certain gradle plugins which originate from https://plugins.gradle.org/m2/ or https://jcenter.bintray.com/com/intershop/gradle/

1 comment

oftenwrongalmost 2 years ago
This sort of situation is why I'm so insistent when it comes to always operating a pull-through cache/mirror for dependencies in the context of a software company. Every company needs to do this to protect themselves against dependencies becoming unavailable or changing unexpectedly.