JDL ファイル内にある不正なオプション値の型を報告します。

  application {
    config {
      skipServer "false" // 値の型が正しくありません。ブールが必要です
    }
  }