Configure app build.
This commit is contained in:
parent
11803948d9
commit
a8f9fe75ef
2 changed files with 15 additions and 2 deletions
|
|
@ -24,6 +24,19 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
|
applicationDefaultJvmArgs = ['-Xms50m',
|
||||||
|
'-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager'
|
||||||
|
]
|
||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
mainClass = 'org.jdrupes.vmoperator.runner.qemu.Runner'
|
mainClass = 'org.jdrupes.vmoperator.runner.qemu.Runner'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
distributions {
|
||||||
|
main {
|
||||||
|
distributionBaseName = 'runner-qemu'
|
||||||
|
// contents {
|
||||||
|
// from 'src/readme'
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Ad Hoc Polling Application
|
# VM-Operator
|
||||||
# Copyright (C) 2018 Michael N. Lipp
|
# Copyright (C) 2023 Michael N. Lipp
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue