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.