Improved directory handling and logging configuration.
This commit is contained in:
parent
601c17c6d1
commit
f4d3905f52
5 changed files with 76 additions and 41 deletions
|
|
@ -24,6 +24,7 @@ dependencies {
|
|||
}
|
||||
|
||||
application {
|
||||
applicationName = 'vm-runner.qemu'
|
||||
applicationDefaultJvmArgs = ['-Xms50m',
|
||||
'-Djava.util.logging.manager=org.jdrupes.vmoperator.util.LongLoggingManager'
|
||||
]
|
||||
|
|
@ -33,7 +34,7 @@ application {
|
|||
|
||||
distributions {
|
||||
main {
|
||||
distributionBaseName = 'runner-qemu'
|
||||
//distributionBaseName = 'runner-qemu'
|
||||
// contents {
|
||||
// from 'src/readme'
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue