Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supportsGroovyJavaJointCompilation (0.37 sec)

  1. platforms/jvm/language-groovy/src/main/java/org/gradle/api/internal/tasks/compile/incremental/recomp/GroovyRecompilationSpecProvider.java

            RecompilationSpec recompilationSpec,
            SourceFileChangeProcessor sourceFileChangeProcessor,
            SourceFileClassNameConverter sourceFileClassNameConverter
        ) {
            if (!supportsGroovyJavaJointCompilation(spec)) {
                return;
            }
            Set<String> classesWithJavaSource = recompilationSpec.getClassesToCompile().stream()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top