Maciej Nowicki
Results
2
issues of
Maciej Nowicki
Related to stage goal of "Java Command Line Application" and generated .bat files When selecting options, for example like this: `javaOptions in Universal ++= Seq( "-J-XX:GCTimeRatio=18" )` Generated .bat script...
windows
Hello, Is it possible to read config using dynamic type (case class)? Something like ``` def read(clazz: Class[_], config: com.typesafe.config.Config, path: String): AnyRef = { ??? // config.as(path, clazz) }...