fix(deps): update indra to v4#14
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-indra
branch
2 times, most recently
from
October 19, 2022 04:18
3dd878e to
79c209b
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
October 25, 2022 05:03
79c209b to
6105717
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
November 27, 2022 03:15
6105717 to
d148e88
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
December 9, 2022 00:07
d148e88 to
876c56b
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
May 28, 2023 09:59
876c56b to
27cf34f
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
July 6, 2023 04:31
27cf34f to
64d8b3f
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
August 29, 2023 01:00
64d8b3f to
ff440cf
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
2 times, most recently
from
November 8, 2023 17:15
8b5f691 to
535f00a
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
2 times, most recently
from
February 1, 2024 12:02
0a4f140 to
184772c
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
2 times, most recently
from
February 1, 2024 19:16
176caf9 to
a7c115d
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
February 1, 2024 22:23
a7c115d to
86f6ec7
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
3 times, most recently
from
February 2, 2024 09:47
72a5e73 to
0d9da20
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
February 2, 2024 21:28
0d9da20 to
05fd204
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
5 times, most recently
from
February 3, 2024 22:43
160506a to
3089f61
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
2 times, most recently
from
February 4, 2024 03:28
34cb59b to
8a67efc
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
3 times, most recently
from
February 5, 2024 09:46
0358ae9 to
d35ac5e
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
August 7, 2025 11:42
d35ac5e to
d527d9e
Compare
renovate
Bot
force-pushed
the
renovate/major-indra
branch
from
October 14, 2025 22:45
d527d9e to
873c752
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.0→4.0.02.2.0→4.0.02.2.0→4.0.0Release Notes
KyoriPowered/indra (net.kyori:indra-publishing-gradle-plugin)
v4.0.0: indra v4.0.0Indra 4.0.0 is a breaking feature release for Indra. It is tested with Gradle 8.9+. Major goals of the release are improved compatibility with config cache and Gradle 9, plus modernizing dependencies. Indra now requires Java 17, in line with the baseline set by Gradle 9.0.0.
User-facing API changes are mostly in
indra-git, otherwise most users will require few changes.What's Changed
🔧 Changes
✨ Features
🐛 Fixes
endby @jpenilla in #154Full Changelog: KyoriPowered/indra@v3.2.0...v4.0.0
v3.2.0: indra v3.2.0This is a small feature release with changes needed to ease publishing via the new Central publishing system.
What's Changed
Full Changelog: KyoriPowered/indra@v3.1.3...v3.2.0
v3.1.3: indra v3.1.3This is a small bugfix release that fixes an issue with Crossdoc, and resolves the deprecation warnings we can resolve for Gradle 8.3.
There are still outstanding issues with the sonatype publish plugin that prevent us from being fully deprecation-free in our default configuration unfortunately. There is a workaround though -- the patched version of the
io.github.gradle-nexus.publish-pluginhas been published as `2.0.0-rc-1. This version can be applied in individual buildscripts for now, and in the future Indra v4 will come with the final release of this fixed plugin version.🐛 Fixes
Full Changelog: KyoriPowered/indra@v3.1.2...v3.1.3
v3.1.2: indra v3.1.2Indra 3.1.2 is a bugfix release to resolve issues with newer versions of Guava, and resolve brittleness in how java version properties are wired up.
🐛 fixes
987bce9afc2b77v3.1.1: Indra v3.1.1Indra 3.1.1 is a hotfix release resolving a regression discovered in 3.1.0.
🐛 Fixes
v3.1.0: Indra v3.1.0Indra 3.1.0 is a small feature release, adding shorthand for GPG signing in CI, and ensuring full deprecation-free support for Gradle 8 thru 8.1.1.
✨ Features
🐛 Fixes
New Contributors
Full Changelog: KyoriPowered/indra@v3.0.1...v3.1.0
v3.0.1: Indra v3.0.1This is a minor bugfix release.
🐛 Fixes
02d4260These changes may impact project behavior if a project depends on task realization order.
v3.0.0: Indra v3.0.0Indra 3.0.0 is a minorly breaking release removing deprecated features, and allowing use of the common indra modules without pulling in the Cadix licenser.
As of this release, Indra is only tested on Gradle 7.5.1 or newer.
🔧 Changes
net.kyori.indra.license-headeris now a standalone artifact, to be removed at some point in the future -f3257d9Indra.SOURCE_FILESfield -bd4760e0e66d12cef5031🐛 Fixes
87de46dConfiguration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.