api / org.gradle.jvm.tasks / Jar / getManifestContentCharset

getManifestContentCharset

@Input @Incubating open fun getManifestContentCharset(): String

The character set used to encode the manifest content. Defaults to UTF-8. You can change this property but it is not recommended as JVMs expect manifests content to be encoded using UTF-8.

Return
the character set used to encode the manifest content

Since
2.14