Skip to content

Commit

Permalink
use openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Oct 22, 2021
1 parent e6cd020 commit a78fc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package: clean build validatedocs
mkdir $(ARCHIVEDIR)
mkdir target
cp build/libs/*.jar $(ARCHIVEDIR)
cp docs/swagger.json $(ARCHIVEDIR)
cp docs/openapi.json $(ARCHIVEDIR)
tar -czvf target/$(ARCHIVENAME) $(ARCHIVEDIR)

.PHONY: build
Expand All @@ -25,4 +25,4 @@ clean:

.PHONY: validatedocs
validatedocs:
swagger-cli validate docs/swagger.json
swagger-cli validate docs/openapi.json

0 comments on commit a78fc3a

Please sign in to comment.