Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getRuleSets (0.19 sec)

  1. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/Pmd.java

            parameters.getAntLibraryClasspath().setFrom(getPmdClasspath());
            parameters.getPmdClasspath().setFrom(getPmdClasspath());
            parameters.getTargetJdk().set(getTargetJdk());
            parameters.getRuleSets().set(getRuleSets());
            parameters.getRuleSetConfigFiles().from(getRuleSetFiles());
            if (getRuleSetConfig() != null) {
                parameters.getRuleSetConfigFiles().from(getRuleSetConfig().asFile());
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 19 14:14:11 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/PmdPlugin.java

            ConventionMapping taskMapping = task.getConventionMapping();
            taskMapping.map("pmdClasspath", () -> configuration);
            taskMapping.map("ruleSets", () -> extension.getRuleSets());
            taskMapping.map("ruleSetConfig", () -> extension.getRuleSetConfig());
            taskMapping.map("ruleSetFiles", () -> extension.getRuleSetFiles());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 18:07:00 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top