Skip to content

Commit

Permalink
Resolve thirdparty gradle plugin artifacts from mavencentral (elastic…
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
breskeby committed Sep 16, 2021
1 parent 669a4fb commit 63c5836
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 63c5836

Please sign in to comment.