Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SomeSection (0.23 sec)

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

            javaMergedManifest.mainAttributes.putValue('Another-Looooooong-Name-Entry', attributeValue)
            def someSection = new java.util.jar.Attributes()
            someSection.putValue('foo', 'bar')
            javaMergedManifest.entries.put("SomeSection", someSection)
            def anotherSection = new java.util.jar.Attributes()
            anotherSection.putValue('bazar', 'cathedral')
    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