Add log file and skeleton code for visualization data
This commit is contained in:
@ -41,6 +41,13 @@ run {
|
||||
}
|
||||
}
|
||||
|
||||
task runViz(type: JavaExec) {
|
||||
dependsOn classes
|
||||
systemProperty 'logback.configurationFile', 'src/main/resources/logback.xml'
|
||||
classpath sourceSets.main.runtimeClasspath
|
||||
main = 'Viz'
|
||||
}
|
||||
|
||||
testlogger {
|
||||
theme 'standard'
|
||||
showStandardStreams true
|
||||
|
||||
Reference in New Issue
Block a user