From a8f9fe75efcf48a495681249a2ecefe12029ccb8 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Thu, 8 Jun 2023 23:12:56 +0200 Subject: [PATCH] Configure app build. --- org.jdrupes.vmoperator.runner.qemu/build.gradle | 13 +++++++++++++ .../jul-debug.properties | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/org.jdrupes.vmoperator.runner.qemu/build.gradle b/org.jdrupes.vmoperator.runner.qemu/build.gradle index e2665ff..c9a6f84 100644 --- a/org.jdrupes.vmoperator.runner.qemu/build.gradle +++ b/org.jdrupes.vmoperator.runner.qemu/build.gradle @@ -24,6 +24,19 @@ dependencies { } application { + applicationDefaultJvmArgs = ['-Xms50m', + '-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager' + ] // Define the main class for the application. mainClass = 'org.jdrupes.vmoperator.runner.qemu.Runner' } + +distributions { + main { + distributionBaseName = 'runner-qemu' +// contents { +// from 'src/readme' +// } + } +} + diff --git a/org.jdrupes.vmoperator.runner.qemu/jul-debug.properties b/org.jdrupes.vmoperator.runner.qemu/jul-debug.properties index 5407426..8ebba90 100644 --- a/org.jdrupes.vmoperator.runner.qemu/jul-debug.properties +++ b/org.jdrupes.vmoperator.runner.qemu/jul-debug.properties @@ -1,6 +1,6 @@ # -# Ad Hoc Polling Application -# Copyright (C) 2018 Michael N. Lipp +# VM-Operator +# Copyright (C) 2023 Michael N. Lipp # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by