Skip to content

Commit

Permalink
gradle: Add reckon
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Dec 17, 2021
1 parent d42818a commit 7538fe5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ plugins {
jacoco

id("com.github.kt3k.coveralls") version "2.12.0"
id("org.ajoberstar.reckon") version "0.13.1"
}

tasks.wrapper {
gradleVersion = "7.3.2"
distributionType = Wrapper.DistributionType.ALL
}

reckon {
scopeFromProp()
stageFromProp("rc")
}

0 comments on commit 7538fe5

Please sign in to comment.