Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/jvm/platform-jvm/src/test/groovy/org/gradle/api/java/archives/internal/DefaultManifestTest.groovy

            someSection.putValue('foo', 'bar')
            javaMergedManifest.entries.put("SomeSection", someSection)
            def anotherSection = new java.util.jar.Attributes()
            anotherSection.putValue('bazar', 'cathedral')
            javaMergedManifest.entries.put("AnotherSection", anotherSection)
            mergedFile.withOutputStream { javaMergedManifest.write(it) }
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 15.1K bytes
    - Viewed (0)
Back to top