Skip to content

Commit c1acf8c

Browse files
committed
Remove "count" property from "licenseControl" object.
A cut and paste error resulted in the "count" property from the "buildRetention" object being added to the "licenseControl" object.
1 parent e354475 commit c1acf8c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -282,15 +282,6 @@ and the gradle wrapper in Windows
282282
},
283283
{
284284
"anyOf": [
285-
{
286-
"properties": {
287-
"count": {
288-
"description": "Maximum number of builds to store in Artifactory",
289-
"type": "integer"
290-
}
291-
},
292-
"required": [ "count" ]
293-
},
294285
{
295286
"properties": {
296287
"licenseViolationRecipients": {

0 commit comments

Comments
 (0)