Skip to content

Process multiple OpenAPI yaml files in Gradle #137

Answered by hauner
davidjohnstonverint asked this question in Q&A
Discussion options

You must be logged in to vote

My original suggestion wasn't too far off. It was missing the name override. Unfortunately there was a small bug that broke it at another place. :-(

It is fixed in the new plugin version 2022.1 . However, it requires gradle 7+. I hope that is not an issue.

openapiProcessor {
    spring2 {
        processorName 'spring'
        /// ....
    }
}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@davidjohnstonverint
Comment options

@hauner
Comment options

@davidjohnstonverint
Comment options

Comment options

You must be logged in to vote
1 reply
@davidjohnstonverint
Comment options

Answer selected by davidjohnstonverint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants