getMetadataCharset

@NonNull
abstract fun getMetadataCharset(): @NonNull Property<String>(source)

The character set used to encode JAR metadata like file names. Defaults to UTF-8. You can change this property but it is not recommended as JVMs expect JAR metadata to be encoded using UTF-8

Return

the character set used to encode JAR metadata like file names

Since

2.14