Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for CodeNarcPlugin (0.26 sec)

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

            super();
            reports = getObjectFactory().newInstance(CodeNarcReportsImpl.class, this);
            compilationClasspath = getProject().files();
            // Set default JavaLauncher to current JVM in case
            // CodeNarcPlugin that sets Java launcher convention is not applied
        }
    
        /**
         * The CodeNarc configuration file to use.
         */
        @Internal
        public File getConfigFile() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jul 19 14:14:11 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top