Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getCheckstyleClasspath (0.37 sec)

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

            workQueue.submit(CheckstyleAction.class, this::setupParameters);
        }
    
        private void setupParameters(CheckstyleActionParameters parameters) {
            parameters.getAntLibraryClasspath().setFrom(getCheckstyleClasspath());
            parameters.getConfig().set(getConfigFile());
            parameters.getMaxErrors().set(getMaxErrors());
            parameters.getMaxWarnings().set(getMaxWarnings());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 19 14:14:12 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/provider-task-file-collection.txt

    Method <org.gradle.api.plugins.antlr.AntlrTask.getSource()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (AntlrTask.java:0)
    Method <org.gradle.api.plugins.quality.Checkstyle.getCheckstyleClasspath()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (Checkstyle.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top