mirror of
https://github.com/corda/corda.git
synced 2025-03-11 15:04:14 +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}")
|
reports.html.destination = file("${reporting.baseDir}/${name}")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Move fat JAR building into node subproject.
|
||||||
task buildCordaJAR(type: FatCapsule, dependsOn: ['quasarScan', 'buildCertSigningRequestUtilityJAR']) {
|
task buildCordaJAR(type: FatCapsule, dependsOn: ['quasarScan', 'buildCertSigningRequestUtilityJAR']) {
|
||||||
applicationClass 'com.r3corda.node.MainKt'
|
applicationClass 'com.r3corda.node.MainKt'
|
||||||
archiveName 'corda.jar'
|
archiveName 'corda.jar'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user