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") {
26
26
outputs.dir(bundleDir)
27
27
28
28
command.set(" redocly" )
29
- args.addAll(" bundle" , " --output " , bundleDir.toString() )
29
+ args.addAll(" bundle" )
30
30
}
31
31
32
32
// 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:
5
5
apis :
6
6
model-server@v2 :
7
7
root : ./specifications/model-server-v2.yaml
8
+ output : ./build/bundled/model-server-v2.yaml
8
9
decorators :
9
10
plugin/use-server-path : {}
10
11
model-server@v1 :
11
12
root : ./specifications/model-server-v1.yaml
13
+ output : ./build/bundled/model-server-v1.yaml
12
14
decorators :
13
15
plugin/use-server-path : {}
14
16
model-server@operative :
15
17
root : ./specifications/model-server-operative.yaml
18
+ output : ./build/bundled/model-server-operative.yaml
16
19
decorators :
17
20
plugin/use-server-path : {}
You can’t perform that action at this time.
0 commit comments