Skip to content

Commit

Permalink
settings.gradle: find plugins and libraries released to Google's repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 18, 2025
1 parent 5909e1e commit ee4cc02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
google() // to find plugins released to Google's Maven Repository
}
}

Expand All @@ -11,6 +12,7 @@ rootProject.name = 'jolt-jni'
dependencyResolutionManagement {
repositories {
mavenCentral() // to find libraries released to the Maven Central repository
google() // to find libraries released to Google's Maven Repository
}
}

Expand Down

0 comments on commit ee4cc02

Please sign in to comment.