Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeJaxbIfIncludedInCurrentJdk (0.38 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/DynamicModulesClassPathProvider.java

                classpath = classpath.plus(pluginModule.getClasspath());
            }
            return removeJaxbIfIncludedInCurrentJdk(classpath);
        }
    
        private ClassPath removeJaxbIfIncludedInCurrentJdk(ClassPath classpath) {
            if (!javaVersion.isJava9Compatible()) {
                return classpath.removeIf(new Spec<File>() {
                    @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 04:50:46 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top