报告 JDL 文件中不正确的选项值类型。

  application {
    config {
      skipServer "false" // 不正确的值类型,应为布尔值
    }
  }