Skip to content

Commit

Permalink
chore(deps): update plugin org.ajoberstar.reckon.settings to v0.18.2 (#…
Browse files Browse the repository at this point in the history
…90)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.ajoberstar.reckon.settings](https://togithub.com/ajoberstar/reckon)
| `0.18.0` -> `0.18.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.ajoberstar.reckon.settings/0.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.ajoberstar.reckon.settings/0.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.ajoberstar.reckon.settings/0.18.0/0.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.ajoberstar.reckon.settings/0.18.0/0.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ajoberstar/reckon (org.ajoberstar.reckon.settings)</summary>

###
[`v0.18.2`](https://togithub.com/ajoberstar/reckon/releases/tag/0.18.2)

[Compare
Source](https://togithub.com/ajoberstar/reckon/compare/0.18.1...0.18.2)

Minor improvement for people interacting with the tasks during another
settings plugin. Also now tested against Gradle 8.5.

#### Breaking Changes

*None*

#### Enhancements

*None*

#### Fixes

- [#&#8203;200](https://togithub.com/ajoberstar/reckon/issues/200)
Register tag/push tasks earlier to make settings plugins easier

#### Deprecations

*None*

#### Compatibility

Tested against the following versions.

| Java Version | Gradle Versions |
|---------------|-------------------|
| 11                 | 7.0.2, 7.6.1, 8.0.2, 8.5, 8.6-rc-1 |
| 17                 | 7.3.3, 7.6.1, 8.0.2, 8.5, 8.6-rc-1 |
| 21                 | 8.4, 8.5, 8.6-rc-1 |

###
[`v0.18.1`](https://togithub.com/ajoberstar/reckon/releases/tag/0.18.1)

[Compare
Source](https://togithub.com/ajoberstar/reckon/compare/0.18.0...0.18.1)

Small patch release to update dependencies and resolve a deprecation.

#### Breaking Changes

*None*

#### Enhancements

*None*

#### Fixes

- [#&#8203;199](https://togithub.com/ajoberstar/reckon/issues/199)
Update Gradle and dependencies
- [#&#8203;198](https://togithub.com/ajoberstar/reckon/issues/198)
Remove use of deprecated `forUseAtConfigurationTime` function from
Gradle

#### Deprecations

*None*

#### Compatibility

Tested against the following versions.

| Java Version | Gradle Versions |
|---------------|-------------------|
| 11                 | 7.0.2, 7.6.1, 8.0.2, 8.4 |
| 17                 | 7.3.3, 7.6.1, 8.0.2, 8.4 |
| 21                 | 8.4 |

</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 becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/petertrr/kotlin-multiplatform-diff).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMTM1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent cee95cd commit 2d978a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {

plugins {
id("com.gradle.enterprise") version("3.16.2")
id("org.ajoberstar.reckon.settings") version("0.18.0")
id("org.ajoberstar.reckon.settings") version("0.18.2")
}

rootProject.name = "kotlin-multiplatform-diff"
Expand Down

0 comments on commit 2d978a9

Please sign in to comment.