-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is something that consumes the version before reckon gets a chance to set it when using reckon in build.gradle To fix that; move to the reckon settings plugin
- Loading branch information
1 parent
8f7c68a
commit 1354bf9
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
plugins { | ||
id 'org.ajoberstar.reckon.settings' version "0.18.3" | ||
} | ||
|
||
rootProject.name = 'alfresco-docker-plugin' | ||
|
||
reckon { | ||
defaultInferredScope = 'patch' | ||
snapshots() | ||
scopeCalc = calcScopeFromProp() | ||
stageCalc = calcStageFromProp() | ||
} |