Closed
Description
after upgrading from 1.3.3 to 1.3.4, get this error:
Could not get unknown property 'forkProperties' for extension 'openApi' of type org.springdoc.openapi.gradle.plugin.OpenApiExtension.
application/build.gradle
config file:
openApi {
waitTimeInSeconds.set(120)
forkProperties.set("-Dspring.profiles.active=local")
outputDir.set(file("$rootDir/application"))
groupedApiMappings.set(["http://localhost:8080/v3/api-docs/someGroup1" : "someGroup1.json",
"http://localhost:8080/v3/api-docs/someGroup2" : "someGroup2.json"])
}
Metadata
Metadata
Assignees
Labels
No labels