We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd306e4 commit 6bbadddCopy full SHA for 6bbaddd
package.json
@@ -567,6 +567,9 @@
567
"type": "array",
568
"items": {
569
"anyOf": [
570
+ {
571
+ "type": "string"
572
+ },
573
{
574
"enum": [
575
"${compileOutput}",
@@ -580,8 +583,7 @@
580
583
"%taskDefinitions.java.project.exportJar.dependencies%",
581
584
"%taskDefinitions.java.project.exportJar.testDependencies%"
582
585
]
- },
- "string"
586
+ }
587
588
},
589
"description": "%taskDefinitions.java.project.exportJar.elements%"
0 commit comments