Skip to content

Commit

Permalink
experimenting with coveralls plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Oct 26, 2016
1 parent 1b31112 commit a0b221b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions deploy.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
buildscript {
repositories { jcenter() }
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.4'
classpath 'de.undercouch:gradle-download-task:2.0.0'
repositories {
jcenter()
maven { url 'https://plugins.gradle.org/m2' }
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.10'
classpath 'de.undercouch:gradle-download-task:3.1.1'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
}
}

Expand Down

0 comments on commit a0b221b

Please sign in to comment.