Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCompileOptions (0.14 sec)

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

            ContextAwareJavaCompiler compiler = compilerFactory.create();
            Objects.requireNonNull(compiler, "Compiler factory returned null compiler");
    
            MinimalJavaCompileOptions compileOptions = spec.getCompileOptions();
            Charset charset = Optional.ofNullable(compileOptions.getEncoding())
                .map(Charset::forName)
                .orElse(null);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 14:50:33 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top