Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getClasspathManifestName (0.15 sec)

  1. platforms/core-runtime/build-process-services/src/main/java/org/gradle/api/internal/classpath/DefaultModuleRegistry.java

                String entryName = getClasspathManifestName(name);
                ZipEntry entry = zipFile.getEntry(entryName);
                return entry != null;
            } catch (IOException e) {
                throw new UncheckedIOException(String.format("Could not load properties for module '%s' from %s", name, jarFile), e);
            }
        }
    
        private String getClasspathManifestName(String moduleName) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top