JDL 파일에서 잘못된 옵션 값 타입을 보고합니다.

  application {
    config {
      skipServer "false" // 잘못된 값 타입, 부울이 필요함
    }
  }