api / org.gradle.api.java.archives / Manifest / getSections

getSections

abstract fun getSections(): MutableMap<String, Attributes>

Returns the sections of the manifest (excluding the main section).

Return
A map with the sections, where the key represents the section name and value the section attributes.