mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
Include CordaCaplet$1 to fix WebServer startup. (#430)
This commit is contained in:
parent
11cedee211
commit
558a3207e9
@ -51,7 +51,12 @@ dependencies {
|
||||
task buildWebserverJar(type: FatCapsule) {
|
||||
applicationClass 'net.corda.webserver.WebServer'
|
||||
archiveName "corda-webserver-${corda_version}.jar"
|
||||
applicationSource = files(project.tasks.findByName('jar'), new File(project(':node').rootDir, 'node/build/classes/main/CordaCaplet.class'), 'config/dev/log4j2.xml')
|
||||
applicationSource = files(
|
||||
project.tasks.findByName('jar'),
|
||||
new File(project(':node').rootDir, 'node/build/classes/main/CordaCaplet.class'),
|
||||
new File(project(':node').rootDir, 'node/build/classes/main/CordaCaplet$1.class'),
|
||||
'config/dev/log4j2.xml'
|
||||
)
|
||||
from 'NOTICE' // Copy CDDL notice
|
||||
|
||||
capsuleManifest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user