kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

Upgrade httpmime library #104

Closed githengi closed 4 years ago

githengi commented 4 years ago

Upgrade httpmime library Resolves #103

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 95.362% when pulling a491cc83fb97174a6238cc0df185dce607ab0918 on githengi:103-upgrade-http-mime-library into f696d28e5a17a1d556403bd3bda6371f92aa89b8 on kt3k:master.

githengi commented 4 years ago

@kt3k when will this be released on maven repositories

kt3k commented 4 years ago

Please use this location of mave repo

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.10.1"
  }
}

apply plugin: "com.github.kt3k.coveralls"

We don't release to mavenCentral anymore.