Add Main-Class and Class-Path attributes to MANIFEST.MF of jadx-gui jar file.

This commit is contained in:
Jan Peter Stotz
2015-05-12 10:52:43 +02:00
parent 78b39a60e8
commit bff9597360
+9
View File
@@ -19,6 +19,15 @@ applicationDistribution.with {
}
}
jar {
manifest {
attributes(
"Main-Class": mainClassName,
"Class-Path": configurations.compile.collect { it.getName() }.join(' ')
)
}
}
test {
jacoco {
// coveralls plugin not support multi-project