Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for b18 (0.58 sec)

  1. platforms/jvm/normalization-java/src/test/groovy/org/gradle/api/internal/changedetection/state/ZipHasherTest.groovy

            hash1 != hash2
        }
    
        def "manifest attributes are ignored"() {
            given:
            def jarfile = tmpDir.file("test.jar")
            createJarWithAttributes(jarfile, ["Created-By": "1.8.0_232-b18 (Azul Systems, Inc.)"])
    
            def hash1 = zipHasher.hash(snapshotContext(jarfile))
            def hash2 = ignoringZipHasher.hash(snapshotContext(jarfile))
    
            expect:
            hash1 != hash2
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top