mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Cleanup the Jib build task
This commit is contained in:
parent
2f76651d00
commit
7082e68409
@ -48,7 +48,8 @@ sourceSets {
|
||||
jib.container {
|
||||
mainClass = "net.corda.node.Corda"
|
||||
args = ['--log-to-console', '--no-local-shell', '--config-file=/config/node.conf']
|
||||
jvmFlags = ['-Xmx1g', '-javaagent:/app/libs/quasar-core-' + "${quasar_version}" + '-jdk8.jar']
|
||||
// The Groovy string needs to be converted to a `java.lang.String` below.
|
||||
jvmFlags = ['-Xmx1g', "-javaagent:/app/libs/quasar-core-${quasar_version}-jdk8.jar".toString()]
|
||||
}
|
||||
|
||||
// Use manual resource copying of log4j2.xml rather than source sets.
|
||||
|
Loading…
Reference in New Issue
Block a user