Explorar o código

Modified the run task to pass through the log configurion
settings system property.

Paul Speed %!s(int64=9) %!d(string=hai) anos
pai
achega
95d5f58d68
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      jme3-examples/build.gradle

+ 3 - 0
jme3-examples/build.gradle

@@ -11,6 +11,9 @@ task run(dependsOn: 'build', type:JavaExec) {
         jvmArgs "-XstartOnFirstThread"
         jvmArgs "-Djava.awt.headless=true"
     }
+
+    systemProperty "java.util.logging.config.file", System.getProperty("java.util.logging.config.file")
+
     if( assertions  == "true" ){
         enableAssertions = true;
     }