You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I have import the "spotbugs" plugin, after I scanned my project, it was shown in the "direct dependence"
How can I skip it or ignore it?
plugins { id 'java' id 'org.sonarqube' version "3.0" id 'io.freefair.lombok' version '5.2.1' id 'com.github.spotbugs' version '4.5.1' id 'io.spring.dependency-management' version '1.0.10.RELEASE' }
The text was updated successfully, but these errors were encountered:
In my project, I have import the "spotbugs" plugin, after I scanned my project, it was shown in the "direct dependence"
How can I skip it or ignore it?
plugins { id 'java' id 'org.sonarqube' version "3.0" id 'io.freefair.lombok' version '5.2.1' id 'com.github.spotbugs' version '4.5.1' id 'io.spring.dependency-management' version '1.0.10.RELEASE' }
The text was updated successfully, but these errors were encountered: