Skip to content

Commit

Permalink
Resolve thirdparty gradle plugin artifacts from mavencentral (#77865)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
breskeby authored Sep 16, 2021
1 parent edf4466 commit f7c04b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}

plugins {
id "com.gradle.enterprise" version "3.6.4"
}
Expand Down

0 comments on commit f7c04b2

Please sign in to comment.