Skip to content

Commit 6bbaddd

Browse files
Fix: type issue in package.json (#569)
Co-authored-by: Shi Chen <[email protected]>
1 parent fd306e4 commit 6bbaddd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,9 @@
567567
"type": "array",
568568
"items": {
569569
"anyOf": [
570+
{
571+
"type": "string"
572+
},
570573
{
571574
"enum": [
572575
"${compileOutput}",
@@ -580,8 +583,7 @@
580583
"%taskDefinitions.java.project.exportJar.dependencies%",
581584
"%taskDefinitions.java.project.exportJar.testDependencies%"
582585
]
583-
},
584-
"string"
586+
}
585587
]
586588
},
587589
"description": "%taskDefinitions.java.project.exportJar.elements%"

0 commit comments

Comments
 (0)