Skip to content
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

build: bump back spotbugs-gradle-plugin to 5.2.5 #37

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

akirakw
Copy link
Contributor

@akirakw akirakw commented Feb 6, 2024

Because spotbugs does not work correctly with the following error on spotbugs-gradle-plugin 6.0.7 with on some development environments.

java.io.IOException: No files to analyze could be opened
	at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:30
	at edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:395)
	at edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1231)

Because spotbugs does not work correctly with the following error
```
java.io.IOException: No files to analyze could be opened
	at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:30
	at edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:395)
	at edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1231)
```
@akirakw akirakw requested a review from hishidama as a code owner February 6, 2024 07:46
@hishidama hishidama merged commit abad1de into master Feb 6, 2024
2 of 5 checks passed
@akirakw akirakw deleted the bump-back-spotbugs branch July 25, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants