Skip to content

Commit 65359b5

Browse files
committed
Fix Gradle plugin repositories for CI
1 parent 1070836 commit 65359b5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1+
pluginManagement {
2+
repositories {
3+
google()
4+
mavenCentral()
5+
gradlePluginPortal()
6+
}
7+
}
8+
9+
dependencyResolutionManagement {
10+
repositories {
11+
google()
12+
mavenCentral()
13+
}
14+
}
15+
116
rootProject.name = "KapuschFacebookInteropAndroid"
217
include(":facebookinterop")

0 commit comments

Comments
 (0)