Skip to content

Commit 51920cf

Browse files
authored
Merge pull request #3430 from NativeScript/plamen5kov/add-repositories
fix: add maven repository
2 parents 82ce3df + 25f5dd8 commit 51920cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vendor/gradle-plugin/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ buildscript {
1414
allprojects {
1515
repositories {
1616
jcenter()
17+
mavenLocal()
18+
mavenCentral()
19+
maven {
20+
url 'https://maven.google.com/'
21+
name 'Google'
22+
}
1723
}
1824
}
1925

0 commit comments

Comments
 (0)