mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
Use standard Automatic-Module-Name for DemoBench. (#3913)
This commit is contained in:
parent
97cd2fcd3a
commit
ce5cdc03f3
@ -88,8 +88,7 @@ jar {
|
||||
manifest {
|
||||
attributes(
|
||||
'Main-Class': mainClassName,
|
||||
'Class-Path': configurations.runtime.collect { it.getName() }.join(' '),
|
||||
'Automatic-Module-Name': 'net.corda.tools.demobench'
|
||||
'Class-Path': configurations.runtimeClasspath.collect { it.name }.join(' '),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user