Skip to content

Commit 15abe10

Browse files
chore(deps): update plugin org.ajoberstar.reckon.settings to v0.19.2 (#145)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.ajoberstar.reckon.settings](https://redirect.github.com/ajoberstar/reckon) | `0.19.1` -> `0.19.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.ajoberstar.reckon.settings:org.ajoberstar.reckon.settings.gradle.plugin/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.ajoberstar.reckon.settings:org.ajoberstar.reckon.settings.gradle.plugin/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.ajoberstar.reckon.settings:org.ajoberstar.reckon.settings.gradle.plugin/0.19.1/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.ajoberstar.reckon.settings:org.ajoberstar.reckon.settings.gradle.plugin/0.19.1/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ajoberstar/reckon (org.ajoberstar.reckon.settings)</summary> ### [`v0.19.2`](https://redirect.github.com/ajoberstar/reckon/releases/tag/0.19.2) [Compare Source](https://redirect.github.com/ajoberstar/reckon/compare/0.19.1...0.19.2) This release tries to resolve configuration cache support (yet again). This time with a workaround for JGit's use of the git executable to detect system configuration files. As a consequence, system configuration will not be read while reckon is calculating versions. #### Breaking Changes *None* #### Enhancements *None* #### Fixes - [#&#8203;202](https://redirect.github.com/ajoberstar/reckon/issues/202) Fix configuration cache support #### Deprecations *None* #### Compatibility Tested against the following versions. | Java Version | Gradle Versions | |---------------|-------------------| | 11 | 7.0.2, 7.6.4, 8.0.2, 8.13, 8.14-rc-1, 9.0-milestone-1 | | 17 | 7.3.3, 7.6.4, 8.0.2, 8.13, 8.14-rc-1, 9.0-milestone-1 | | 21 | 8.4, 8.13, 8.14-rc-1, 9.0-milestone-1 | </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/petertrr/kotlin-multiplatform-diff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8fec185 commit 15abe10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77

88
plugins {
99
id("com.gradle.develocity") version ("4.1")
10-
id("org.ajoberstar.reckon.settings") version ("0.19.1")
10+
id("org.ajoberstar.reckon.settings") version ("0.19.2")
1111
}
1212

1313
rootProject.name = "kotlin-multiplatform-diff"

0 commit comments

Comments
 (0)