Skip to content

fork properties not found #75

Closed
@thejeff77

Description

@thejeff77

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions