mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Add verifier classes to the standalone jar. (#707)
Also build the standalone jar by default.
This commit is contained in:
parent
53276c1f06
commit
3c89e65924
@ -52,6 +52,7 @@ task standaloneJar(type: Jar) {
|
||||
from {
|
||||
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
|
||||
}
|
||||
with jar
|
||||
exclude("META-INF/*.DSA")
|
||||
exclude("META-INF/*.RSA")
|
||||
exclude("META-INF/*.SF")
|
||||
@ -65,3 +66,5 @@ task integrationTest(type: Test) {
|
||||
testClassesDir = sourceSets.integrationTest.output.classesDir
|
||||
classpath = sourceSets.integrationTest.runtimeClasspath
|
||||
}
|
||||
|
||||
build.dependsOn standaloneJar
|
||||
|
Loading…
Reference in New Issue
Block a user