spotbugs / spotbugs-gradle-plugin

https://plugins.gradle.org/plugin/com.github.spotbugs
Apache License 2.0
178 stars 68 forks source link

Additionally run on macos and only run javap on linux as not really needed #1120

Closed hazendaz closed 7 months ago

hazendaz commented 7 months ago

note: The windows update done on github no longer has PATH set. Thus the failure. I don't see much value in javap here. I think gradle should be ensuring its setup correctly not some post action to confirm. As such, rather than trying to fix the path (note it runs on macos ok with path), just make it run on linux only for that step as good enough.

hazendaz commented 7 months ago

fixes #1116

hazendaz commented 7 months ago

@KengoTODA going to merge so repo is back to working order. If any concerns on the change, let me know.

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 6.0.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: