Skip to content

Commit 6c9f5c7

Browse files
authored
Update repositories.gradle
1 parent 923dd03 commit 6c9f5c7

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

gradle/repositories.gradle

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
repositories {
2-
if (project.hasProperty('internalArtifactRepository')) {
3-
maven { url project.internalArtifactRepository }
4-
} else {
5-
jcenter()
6-
mavenCentral()
7-
maven { url 'https://plugins.gradle.org/m2/' }
8-
maven { url 'http://smartbearsoftware.com/repository/maven2/' }
1+
allpropjects {
2+
repositories {
3+
if (project.hasProperty('internalArtifactRepository')) {
4+
maven { url project.internalArtifactRepository }
5+
} else {
6+
jcenter()
7+
mavenCentral()
8+
maven { url 'https://plugins.gradle.org/m2/' }
9+
maven { url 'http://smartbearsoftware.com/repository/maven2/' }
10+
}
911
}
1012
}

0 commit comments

Comments
 (0)