Merge pull request #63 from jpstotz/master

Make jadx-gui.jar runnable
This commit is contained in:
skylot
2015-05-16 13:07:18 +03:00
+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