@ -68,7 +68,7 @@ class DevCommand : CliktCommand("dev") {
|
||||
|
||||
override val printHelpOnEmptyArgs = true
|
||||
|
||||
val workingDir = File(".").absoluteFile
|
||||
val workingDir = File("").absoluteFile
|
||||
val log4jConfig = File(workingDir, "log4j2.xml")
|
||||
|
||||
override fun run() {
|
||||
|
||||
Reference in New Issue
Block a user