Skip to content

Commit 5c52bb7

Browse files
authored
Unbreak pushing snapshots (#6793)
1 parent db87832 commit 5c52bb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/repositories.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ listOf(pluginManagement.repositories, dependencyResolutionManagement.repositorie
3232
includeModuleByRegex("androidx\\..*", ".*")
3333
}
3434
}
35-
// This is used at build time but not part of pluginManagement
3635
maven("https://storage.googleapis.com/gradleup/m2") {
3736
content {
37+
// Those libraries are used at build time but using separate configurations that are not part of pluginManagement.
38+
// This is why we need to include them here explicitely
3839
includeModule("com.gradleup.gratatouille", "gratatouille-processor")
40+
includeModule("com.gradleup.nmcp", "nmcp-tasks")
3941
}
4042
}
4143
maven("https://storage.googleapis.com/apollo-previews/m2") {

0 commit comments

Comments
 (0)