public void setManifestEncoding(String manifestEncoding) {
   ((Jar) task).setManifestEncoding(manifestEncoding);
 }