Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for copyCheckstyleConf (0.07 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/CheckstylePrecommitPlugin.java

            File checkstyleConf = new File(checkstyleDir, "checkstyle.xml");
            TaskProvider<Task> copyCheckstyleConf = project.getTasks().register("copyCheckstyleConf");
    
            // configure inputs and outputs so up to date works properly
            copyCheckstyleConf.configure(t -> t.getOutputs().files(checkstyleSuppressions, checkstyleConf));
            if ("jar".equals(checkstyleConfUrl.getProtocol())) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 17 08:59:22 GMT 2021
    - 5.5K bytes
    - Click Count (0)
Back to Top