Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for spotbugs (0.24 sec)

  1. platforms/documentation/docs/src/samples/incubating/build-organization/publishing-convention-plugins/README.adoc

    }
    ----
    =====
    ====
    
    == Things to note
    
    === Applying an external plugin in convention plugin
    
    The `com.myorg.java-conventions` plugin uses the SpotBugs plugin to perform static code analysis.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/samples/build-organization/publishing-convention-plugins/README.adoc

    }
    ----
    =====
    ====
    
    == Things to note
    
    === Applying an external plugin in convention plugin
    
    The `com.myorg.java-conventions` plugin uses the SpotBugs plugin to perform static code analysis.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  3. testing/integ-test/src/integTest/groovy/org/gradle/integtests/environment/BuildEnvironmentIntegrationTest.groovy

                    }
                    configurations.all { config ->
                        config.getResolutionStrategy().eachDependency { dep ->
                            if (dep.getRequested().getName() == "spotbugs-annotations") {
                                dep.useTarget("com.github.spotbugs:spotbugs-annotations:4.8.1")
                                dep.because("Because I said so")
                            }
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top