Skip to content

Commit 612267e

Browse files
committed
Added Maven central to top-level repositories
1 parent 787354a commit 612267e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ buildscript {
88
}
99
}
1010

11+
repositories {
12+
mavenCentral()
13+
}
14+
1115
allprojects {
1216
apply plugin: 'kotlin'
1317
apply plugin: 'maven'

0 commit comments

Comments
 (0)