mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
Merge pull request #3814 from corda/thomas/fix-jib-build
Cleanup Jib build task
This commit is contained in:
commit
c8a9395426
@ -48,7 +48,8 @@ sourceSets {
|
|||||||
jib.container {
|
jib.container {
|
||||||
mainClass = "net.corda.node.Corda"
|
mainClass = "net.corda.node.Corda"
|
||||||
args = ['--log-to-console', '--no-local-shell', '--config-file=/config/node.conf']
|
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.
|
// Use manual resource copying of log4j2.xml rather than source sets.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user