Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCompileJavaTask (0.12 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/plugins/jvm/internal/JvmFeatureInternal.java

         * Get the {@link JavaCompile} task which compiles the Java source files into classes.
         *
         * @return A provider which supplies the feature's {@link JavaCompile} task.
         */
        TaskProvider<JavaCompile> getCompileJavaTask();
    
        /**
         * Get this feature's backing source set.
         * <p>
         * {@link SourceSet#getOutput()} and the classpath-returning methods on the returned
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top