Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for supportIncrementalAnalysis (0.25 sec)

  1. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/pmd/PmdPluginAuxclasspathIntegrationTest.groovy

                        pmd project(":pmd-rule")
                    }
    
                    pmd {
                        ruleSets = ["rulesets/java/auxclasspath.xml"]
                        ${supportIncrementalAnalysis() ? "" : "incrementalAnalysis = false"}
                        toolVersion = '$version'
                    }
                }
            """.stripIndent()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:47:00 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/pmd/PmdPluginVersionIntegrationTest.groovy

                pmd {
                    toolVersion = '$version'
                    // Set target JDK for PMD <5.x tests, so the test code is accepted
                    targetJdk = TargetJdk.VERSION_1_7
                    ${supportIncrementalAnalysis() ? "" : "incrementalAnalysis = false"}
                }
    
                ${fileLockingIssuesSolved() ? "" : """
                tasks.withType(Pmd) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:47:00 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top