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 {
|
||||
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'
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue