Skip to content

Make mmtc-core jar multi-release #86

@rmseng

Description

@rmseng

Make the mmtc-core jar a multi-release jar so it can serve as a dependency to more modern Java builds, via e.g. the following:

tasks.jar {
    manifest {
        attributes(
            "Implementation-Title" to project.name,
            "Implementation-Version" to project.version,
            "Multi-Release" to "true"
        )
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Status

Selected for work

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions