Skip to content

Commit fe93f46

Browse files
Update plugin org.jreleaser to v1.24.0 (#294)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | org.jreleaser | `1.23.0` → `1.24.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jreleaser:org.jreleaser.gradle.plugin/1.24.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jreleaser:org.jreleaser.gradle.plugin/1.23.0/1.24.0?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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/markelliot/result). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7217626 commit fe93f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id("com.google.cloud.tools.jib") version "3.5.3" apply false
1717
id("com.palantir.consistent-versions") version "3.15.0"
1818
id("net.ltgt.errorprone") version "5.1.0" apply false
19-
id("org.jreleaser") version "1.23.0"
19+
id("org.jreleaser") version "1.24.0"
2020
}
2121

2222
version = "git describe --tags".runCommand().trim() +

0 commit comments

Comments
 (0)