Skip to content

Commit

Permalink
Update coveralls plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jul 20, 2014
1 parent 1ff51ff commit cdcfbdc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'eclipse'
apply plugin: 'cobertura'
apply plugin: 'coveralls'
apply plugin: 'com.github.kt3k.coveralls'


repositories {
mavenCentral()

maven {
url 'https://kt3k.github.io/repository/maven/release'
}
}

dependencies {
Expand All @@ -27,11 +23,15 @@ buildscript {

mavenCentral()

maven {
url 'https://dl.bintray.com/kt3k/gradle-plugins'
}

}

dependencies {
classpath 'net.saliman:gradle-cobertura-plugin:2.0.0'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:0.2.5'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:0.6.6'
}
}

Expand Down

0 comments on commit cdcfbdc

Please sign in to comment.