Skip to content

Commit 41ebeaa

Browse files
committed
Remove jacoco, it leads to problems on teamcity
1 parent 8d7c2e1 commit 41ebeaa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ idea {
6868
}
6969
}
7070

71-
repositories {
72-
maven { url "http://dl.bintray.com/jetbrains/golang" }
73-
mavenCentral()
74-
}
71+
repositories { maven { url "http://dl.bintray.com/jetbrains/golang" } }
7572
dependencies {
7673
compile project(':utils'), project(':google-app-engine'), project(':google-app-engine:google-app-engine-yaml')
7774
runtime "com.jetbrains:delve:$delveVersion@zip"
@@ -91,7 +88,6 @@ project.afterEvaluate {
9188
}
9289
}
9390

94-
apply plugin: "jacoco"
9591
test {
9692
useJUnit {
9793
excludeCategories 'com.goide.categories.Performance'

0 commit comments

Comments
 (0)