Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createEvilZip (0.11 sec)

  1. platforms/core-runtime/wrapper-shared/src/test/groovy/org/gradle/wrapper/InstallTest.groovy

        @Shared String templateZipHash
        @Shared String templateEvalZipHash
    
        void setupSpec() {
            createTestZip(templateZipFile)
            templateZipHash = Install.calculateSha256Sum(templateZipFile)
            createEvilZip(templateEvalZipFile)
            templateEvalZipHash = Install.calculateSha256Sum(templateEvalZipFile)
        }
    
        void setup() {
            initConfiguration()
    
            testDir = temporaryFolder.testDirectory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:12:34 UTC 2023
    - 9.8K bytes
    - Viewed (0)
Back to top