John O'Reilly
11/14/2023, 4:47 PMmbonnin
11/14/2023, 4:53 PMexclusiveContent {}
could help, especially for the google()
repoyschimke
11/15/2023, 1:41 AMJohn O'Reilly
11/15/2023, 7:39 PMfilter {
// 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.*"
)
}
mbonnin
11/15/2023, 7:43 PM