Skip to content

Commit

Permalink
upgraded gradle coveralls plugin to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Mar 10, 2015
1 parent 1a70cbf commit 2a0c359
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ buildscript {
repositories {
mavenCentral()
}

dependencies {
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.3.1'
}
}

plugins {
id "com.github.kt3k.coveralls" version "2.0.1"
id "com.github.kt3k.coveralls" version "2.3.1"
}

allprojects {
Expand Down

0 comments on commit 2a0c359

Please sign in to comment.