Skip to content

Commit e69e94b

Browse files
committed
Replace jcenter repo with mavenCentral in sample workspace
1 parent 1f12be3 commit e69e94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/src/test/resources/sample-workspace/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
repositories {
7-
jcenter()
7+
mavenCentral()
88
}
99

1010
dependencies {

0 commit comments

Comments
 (0)