Moved the OpenAPI specification document and the Open API generator configuration to the root folder of the target in the package.

This commit is contained in:
Javier Cicchelli 2024-09-07 11:05:46 +02:00
parent 29e526ddd9
commit c066a1896a
3 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,6 @@ let package = Package(
)
],
path: "Sources",
resources: [
.process("../Resources")
],
plugins: [
.plugin(
name: "OpenAPIGenerator",