Skip to content

Commit

Permalink
Fallback to Maven Central when resolving plugins
Browse files Browse the repository at this point in the history
Workaround issues with Gradle Plugin Portal.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Oct 31, 2022
1 parent 6fe601c commit 5da6c87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
8 changes: 8 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}

rootProject.name = "zap-hud"

0 comments on commit 5da6c87

Please sign in to comment.