Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for spotbugs (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/organizing_tasks.adoc

    Instead, we want to run code quality checks all the time, but not the lengthy test.
    
    To add a quality check lifecycle task, we introduce an additional lifecycle task called `qualityCheck` and a plugin called link:https://github.com/spotbugs/spotbugs[`spotbugs`].
    
    To add a lifecycle task, use link:{javadocPath}/org/gradle/api/tasks/TaskContainer.html#register-java.lang.String-java.lang.Class-[`tasks.register()`].
    The only thing you need to provide is a name.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 23:21:15 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  2. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            // https://github.com/asciidoctor/asciidoctor-gradle-plugin/tags
            static asciidoctor = Versions.of("3.3.2", "4.0.2")
    
            // https://plugins.gradle.org/plugin/com.github.spotbugs
            static spotbugs = "6.0.10"
    
            // https://plugins.gradle.org/plugin/com.bmuschko.docker-java-application
            static docker = "9.4.0"
    
            // https://plugins.gradle.org/plugin/io.spring.dependency-management
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    ==== The FindBugs plugin has been removed
    
    The deprecated FindBugs plugin has been removed.
    As an alternative, you can use the link:https://plugins.gradle.org/plugin/com.github.spotbugs[SpotBugs plugin] from the link:https://plugins.gradle.org/search?term=spotbugs[Gradle Plugin Portal].
    
    ==== The JDepend plugin has been removed
    
    The deprecated JDepend plugin has been removed.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
Back to top