Skip to content

Commit

Permalink
bump version, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 21, 2021
1 parent b6411c3 commit 275cf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,21 @@ The plugin automatically detects the root package, if it conforms to Kotlin guid

[Gradle Plugin page](https://plugins.gradle.org/plugin/com.github.nbaztec.coveralls-jacoco)

Add the `google()` repository. The plugin relies on it to detect android projects.
Apply the plugin with the ID: `com.github.nbaztec.coveralls-jacoco`.

```kotlin
// build.gradle.kts

buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
}

plugins {
jacoco
id("com.github.nbaztec.coveralls-jacoco") version "1.2.5"
id("com.github.nbaztec.coveralls-jacoco") version "1.2.7"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.nbaztec"
version = "1.2.6"
version = "1.2.7"

buildscript {
repositories {
Expand Down

0 comments on commit 275cf82

Please sign in to comment.