File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ val bundleSpecs = tasks.register<NpxTask>("bundleSpecs") {
2626 outputs.dir(bundleDir)
2727
2828 command.set(" redocly" )
29- args.addAll(" bundle" , " --output " , bundleDir.toString() )
29+ args.addAll(" bundle" )
3030}
3131
3232// We combine all specifications into one to deduplicate things like the Problem type
Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ plugins:
55apis :
66 model-server@v2 :
77 root : ./specifications/model-server-v2.yaml
8+ output : ./build/bundled/model-server-v2.yaml
89 decorators :
910 plugin/use-server-path : {}
1011 model-server@v1 :
1112 root : ./specifications/model-server-v1.yaml
13+ output : ./build/bundled/model-server-v1.yaml
1214 decorators :
1315 plugin/use-server-path : {}
1416 model-server@operative :
1517 root : ./specifications/model-server-operative.yaml
18+ output : ./build/bundled/model-server-operative.yaml
1619 decorators :
1720 plugin/use-server-path : {}
You can’t perform that action at this time.
0 commit comments