Skip to content

Commit f7c04b2

Browse files
authored
Resolve thirdparty gradle plugin artifacts from mavencentral (#77865)
This should give us a little more decoupling from jcenter as the gradle plugin portal tries resolving thirdparty plugin dependencies from jcenter by default. This should shield us a bit better from jcenter outtakes that transiently cause issues resolving from the gradle plugin portal
1 parent edf4466 commit f7c04b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

settings.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pluginManagement {
2+
repositories {
3+
mavenCentral()
4+
gradlePluginPortal()
5+
}
6+
}
7+
18
plugins {
29
id "com.gradle.enterprise" version "3.6.4"
310
}

0 commit comments

Comments
 (0)