Does anyone have a basic gradle file for gradle 5.X using the "old" form of plugin entry, that uses both spotbugs and find-security-bugs, and that, when ./gradlew clean build is run will execute both spot bugs and security bugs?
I can get spot bugs working (why did they rename it? how annoying) but cannot get the security bugs working.
From this useful blog https://www.amolsolutions.com/insights/static-code-checks-for-security
You'll know it worked because a link "security" will appear in the section list.