mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
[CORDA-682]: Claim Jigsaw module names (#1824)
[CORDA-682] Specify Jigsaw module names for all JAR projects.
This commit is contained in:
committed by
GitHub
parent
7c8a23aea6
commit
0b35a99c5a
@ -121,3 +121,11 @@ task runSeller(type: JavaExec) {
|
||||
args '--role'
|
||||
args 'SELLER'
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes(
|
||||
'Automatic-Module-Name': 'net.corda.samples.demos.trader'
|
||||
)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user