Skip to content

Commit 6c1d4ba

Browse files
committed
try fixing ci
1 parent 08d6662 commit 6c1d4ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
buildscript {
2+
repositories {
3+
jcenter()
4+
maven {
5+
url 'https://plugins.gradle.org/m2/'
6+
}
7+
}
8+
}
9+
110
plugins {
211
id 'com.github.kt3k.coveralls' version '2.8.2'
312
id 'jacoco'

0 commit comments

Comments
 (0)