Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for classesDir (0.12 sec)

  1. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/tasks/SourceSetOutput.java

     *   }
     * }
     * </pre>
     *
     * Working with generated resources.
     * <p>
     * In general, we recommend generating resources into folders different than the regular resourcesDir and classesDirs.
     * Usually, it makes the build easier to understand and maintain. Also it gives some additional benefits
     * because other Gradle plugins can take advantage of the output dirs 'registered' in the SourceSet.output.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginTestKitSetupIntegrationTest.groovy

                        }
                    }
                }
    
                task functionalTest(type: Test) {
                    testClassesDirs = sourceSets.functionalTest.output.classesDirs
                    classpath = sourceSets.functionalTest.runtimeClasspath
                }
    
                check.dependsOn functionalTest
    
                gradlePlugin {
                    pluginSourceSet sourceSets.custom
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top