Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getJavaCompiler (0.28 sec)

  1. platforms/jvm/language-java/src/main/java/org/gradle/api/tasks/compile/JavaCompile.java

         * Configures the java compiler to be used to compile the Java source.
         *
         * @see org.gradle.jvm.toolchain.JavaToolchainSpec
         * @since 6.7
         */
        @Nested
        public Property<JavaCompiler> getJavaCompiler() {
            return javaCompiler;
        }
    
        /**
         * Compile the sources, taking into account the changes reported by inputs.
         *
         * @since 6.0
         */
        @TaskAction
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:33:35 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top