forked from cloudsmith-io/cloudsmith-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.json
More file actions
29 lines (29 loc) · 1.02 KB
/
build.json
File metadata and controls
29 lines (29 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"allowUnicodeIdentifiers": true,
"apiPackage": "io.cloudsmith.api.apis",
"artifactId": "cloudsmith-api",
"artifactUrl": "https://api.cloudsmith.io/?format=openapi",
"artifactVersion": "2.0.23",
"artifactDescription": "Cloudsmith API",
"dateLibrary": "java8",
"developerName": "Cloudsmith Ltd",
"developerEmail": "support@cloudsmith.io",
"developerOrganization": "Cloudsmith Ltd",
"developerOrganizationUrl": "https://cloudsmith.io",
"ensureUniqueParams": true,
"hideGenerationTimestamp": true,
"java8": true,
"library": "okhttp-gson",
"licenseName": "Apache License 2.0",
"licenseUrl": "https://spdx.org/licenses/Apache-2.0",
"invokerPackage": "io.cloudsmith.api",
"groupId": "io.cloudsmith.api",
"modelPackage": "io.cloudsmith.api.models",
"parcelableModel": false,
"performBeanValidation": true,
"serializableModel": true,
"sortParamsByRequiredFlag": true,
"useBeanValidation": true,
"useGzipFeature": false,
"withXml": false
}