Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for asFileTree (0.08 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileIntegrationTest.groovy

                tasks.register("compileCustomJava", JavaCompile) {
                    destinationDirectory.set(new File(buildDir, "classes/java-custom-path/main"))
                    source = files("src/main/java-custom-path").asFileTree
                    options.sourcepath = files("src/main/java") + files("src/main/java-custom-path")
                    classpath = files()
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:39 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top