}
+
// in ext the values are cast to Object. Ensure string values are cast as String (and not GStringImpl) for later use
def string(Object o) {
return o == null ? "" : o.toString()
"Codebase": application_codebase
}
+ duplicatesStrategy "EXCLUDE"
+
+
destinationDir = file("${jalviewDir}/${package_dir}")
archiveName = rootProject.name+".jar"
manifest {
attributes 'Implementation-Version': JALVIEW_VERSION
}
+
+ duplicatesStrategy "EXCLUDE"
+
mainClassName = shadow_jar_main_class
mergeServiceFiles()
classifier = "all-"+JALVIEW_VERSION+"-j"+JAVA_VERSION