mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Added TODO about moving fat JAR code to node.
This commit is contained in:
parent
3ab56fa223
commit
c2a5589b20
@ -90,6 +90,7 @@ tasks.withType(Test) {
|
||||
reports.html.destination = file("${reporting.baseDir}/${name}")
|
||||
}
|
||||
|
||||
// TODO: Move fat JAR building into node subproject.
|
||||
task buildCordaJAR(type: FatCapsule, dependsOn: ['quasarScan', 'buildCertSigningRequestUtilityJAR']) {
|
||||
applicationClass 'com.r3corda.node.MainKt'
|
||||
archiveName 'corda.jar'
|
||||
|
Loading…
Reference in New Issue
Block a user