Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configureAsRuntimeClasspath (0.23 sec)

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

            configuration.setVisible(false);
            configuration.setTransitive(true);
            configuration.setDescription("The " + getToolName() + " libraries to be used for this project.");
            getJvmPluginServices().configureAsRuntimeClasspath(configuration);
    
            // Don't need these things, they're provided by the runtime
            configuration.exclude(excludeProperties("ant", "ant"));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 08:01:57 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top