Skip to content

Commit 1f15002

Browse files
committed
uncomment extra options in root build.gradle
1 parent fb8667b commit 1f15002

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Basic/logging-cordapp/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ task deployNodesJava(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
101101
runSchemaMigration = false
102102

103103
// there are other ways to specify that config for example
104-
// extraConfig = [
105-
// custom: [
106-
// jvmArgs: ["-Dlog4j.configurationFile=$projectDir/config/dev/log4j2.xml"]
107-
// ]
108-
// ]
104+
extraConfig = [
105+
custom: [
106+
jvmArgs: ["-Dlog4j.configurationFile=$projectDir/config/dev/log4j2.xml"]
107+
]
108+
]
109109

110110
}
111111

0 commit comments

Comments
 (0)