maybe something from this that we can apply to con...
# confetti
j
maybe something from this that we can apply to confetti build https://x.com/Sellmair/status/1724467832442814833?s=20
m
Yep. Although we have mavenCentral() first so the gains should not be as substantial
But the
exclusiveContent {}
could help, especially for the
google()
repo
1
y
Seems worth doing
j
speaking of which, @mbonnin do we still need following?
Copy code
filter {
                    // Use the snapshots repository for Apollo 4.0.0-dev.*, but not for 3.x, which is a dependency of 4.0.0
                    includeVersionByRegex(
                        "com\\.apollographql\\.apollo3",
                        ".+",
                        "4\\.0\\.0-dev.*"
                    )
                }
m
Kill it with fire