Skip to content

Commit

Permalink
Update settings.gradle
Browse files Browse the repository at this point in the history
Add new version of reckon
  • Loading branch information
Alex-Vol authored Sep 16, 2024
1 parent da1a0f9 commit a633a6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pluginManagement {

plugins {
id "com.gradle.develocity" version "3.18"
id('org.ajoberstar.reckon.settings') version '0.18.3'
}

develocity {
Expand All @@ -25,6 +26,15 @@ develocity {
}
}
}
plugins {
<version>'
}
reckon {
defaultInferredScope = 'patch'
stages 'rc', 'final'
scopeCalc = calcScopeFromProp().or(calcScopeFromCommitMessages())
stageCalc = calcStageFromProp()
}
rootProject.name = 'gradle-clover-plugin'

0 comments on commit a633a6a

Please sign in to comment.