Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isJarSignatureFile (0.12 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/transforms/ClasspathElementTransformFactoryForLegacy.java

                try (ZipInput entries = FileZipInput.create(source)) {
                    for (ZipEntry entry : entries) {
                        String entryName = entry.getName();
                        if (isJarSignatureFile(entryName)) {
                            // TODO(mlopatkin) Manifest of the signed JAR contains signature information and must be the first entry in the JAR.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 08:02:27 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top