-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6 #123
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/com.github.spotbugs.snom-spotbugs-gradle-plugin-6.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6 #123
renovate
wants to merge
1
commit into
master
from
renovate/com.github.spotbugs.snom-spotbugs-gradle-plugin-6.x
Conversation
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
d73166c
to
8400cd9
Compare
8400cd9
to
9d77eff
Compare
37f8b76
to
d2d9508
Compare
d2d9508
to
1c82389
Compare
60677bd
to
82d6eea
Compare
caf4978
to
790b701
Compare
f172293
to
7559f55
Compare
940a3be
to
5771616
Compare
5771616
to
1fedfbd
Compare
1fedfbd
to
db36916
Compare
6ca4cf2
to
73b0397
Compare
e4582f5
to
63e887c
Compare
fa755c5
to
ed253a2
Compare
7c04db8
to
98bdcf8
Compare
98bdcf8
to
cba27e5
Compare
cba27e5
to
1daf7fc
Compare
1daf7fc
to
9afb9cf
Compare
2e6c320
to
32dd090
Compare
0db842d
to
63047de
Compare
63047de
to
e9d7593
Compare
e9d7593
to
13620fe
Compare
13620fe
to
0d9acf5
Compare
1e30a0a
to
e2f98d3
Compare
e2f98d3
to
1fc9b9e
Compare
1fc9b9e
to
400d74c
Compare
400d74c
to
b21d98b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
5.2.5
->6.1.4
Release Notes
spotbugs/spotbugs-gradle-plugin (com.github.spotbugs.snom:spotbugs-gradle-plugin)
v6.1.4
Compare Source
Bug Fixes
v6.1.3
Compare Source
Reverts
v6.1.2
Compare Source
Bug Fixes
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Features
v6.0.28
Compare Source
Bug Fixes
v6.0.27
Compare Source
Bug Fixes
v6.0.26
Compare Source
Bug Fixes
v6.0.25
Compare Source
Bug Fixes
v6.0.24
Compare Source
Bug Fixes
v6.0.23
Compare Source
Bug Fixes
v6.0.22
Compare Source
Bug Fixes
v6.0.21
Compare Source
Bug Fixes
v6.0.20
Compare Source
Bug Fixes
v6.0.19
Compare Source
Bug Fixes
v6.0.18
Compare Source
Bug Fixes
v6.0.17
Compare Source
Bug Fixes
v6.0.16
Compare Source
Bug Fixes
v6.0.15
Compare Source
Bug Fixes
v6.0.14
Compare Source
Bug Fixes
v6.0.13
Compare Source
Bug Fixes
v6.0.12
Compare Source
Bug Fixes
v6.0.11
Compare Source
Bug Fixes
v6.0.10
Compare Source
Bug Fixes
v6.0.9
Compare Source
Bug Fixes
v6.0.8
Compare Source
Bug Fixes
v6.0.7
Compare Source
Bug Fixes
v6.0.6
Compare Source
Bug Fixes
v6.0.5
Compare Source
Bug Fixes
v6.0.4
Compare Source
Bug Fixes
v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
BREAKING CHANGES
a. This plugin is now built to Java 11 class file format. It requires Gradle to run on Java 11 or later. (1c1955e)
b. Enable Java Tool Chain support by default (c94b886). To disable it, set
useJavaToolchains = false
in thespotbugs
extension.c. Drop support for Gradle 7.0 (4b0f800). The convention API provides replacement from 7.1 and later, so we use 7.1 as minimal required version.
d. Remove deprecated methods
SpotBugsTask.getEnabledReports()
andSpotBugsTask.getFirstEnabledReport
(2ab3c45)e. The
effort
andreportLevel
properties ofSpotBugsTask
andSpotBugsExtension
now accept enum values instead of String instances. Read the following notes for detail.Note for Groovy buildscripts
Groovy buildscripts should use use
valueOf(String)
method explicitly foreffort
andreportLevel
properties ofSpotBugsTask
andSpotBugsExtension
. For example:This limitation is caused by a known issue of the Groovy language.
Note for Kotlin buildscripts
It is recommended to use Gradle 8.2 or later, then you can enjoy the simple property assignment feature by default.
It is also possible to use string values, however, it is not recommended due to lack of type-safety:
Internal Changes
SpotBugsRunnerForWorker
API (aa75fbc)project.buildDir
API (5abbf2d)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.