Skip to content

Commit 98326c4

Browse files
authored
Swapped order of dependencies for smoke tests (#86)
1 parent ddda926 commit 98326c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-apps/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ allprojects {
4646
repositories {
4747
//mavenLocal() can be overridden via GRADLE_OPTS="-Dmaven.repo.local=<path>"
4848
mavenLocal()
49-
jcenter()
5049
google()
50+
jcenter()
5151
maven { url 'https://maven.fabric.io/public' }
5252
}
5353

@@ -122,4 +122,4 @@ allprojects {
122122

123123
task clean(type: Delete) {
124124
delete rootProject.buildDir
125-
}
125+
}

0 commit comments

Comments
 (0)