提交 c923d19b 编写于 作者: S skylot

Merge pull request #63 from jpstotz/master

Make jadx-gui.jar runnable
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册