Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package_settings.json « namespace « graphql « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1286ee0944b144efb427b826308c20c1f878208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": ["mavenDuplicatesAllowed", "mavenDuplicateExceptionRegex"],
  "properties": {
    "mavenDuplicatesAllowed": {
      "type": "boolean"
    },
    "mavenDuplicateExceptionRegex": {
      "type": "string"
    }
  }
}