mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +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 {
|
manifest {
|
||||||
attributes(
|
attributes(
|
||||||
'Main-Class': mainClassName,
|
'Main-Class': mainClassName,
|
||||||
'Class-Path': configurations.runtime.collect { it.getName() }.join(' '),
|
'Class-Path': configurations.runtimeClasspath.collect { it.name }.join(' '),
|
||||||
'Automatic-Module-Name': 'net.corda.tools.demobench'
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user