|
1 | 1 | :author: Martin Hauner
|
2 | 2 | :page-title: openapi-processor-gradle
|
3 |
| -:page-layout: default |
4 |
| -:page-aliases: current@gradle:ROOT:index.adoc, latest@gradle:ROOT:index.adoc |
| 3 | +//:page-aliases: current@gradle:ROOT:index.adoc, latest@gradle:ROOT:index.adoc |
5 | 4 | :badge-license: https://img.shields.io/badge/License-Apache%202.0-blue.svg?labelColor=313A42
|
6 |
| -:badge-ci: https://github.com/hauner/openapi-processor-gradle/workflows/ci/badge.svg |
7 |
| -:oapj-ci: https://github.com/hauner/openapi-processor-gradle/actions?query=workflow%3Aci |
8 |
| -:oapj-license: https://github.com/hauner/openapi-processor-gradle/blob/master/LICENSE |
9 |
| -:oap-api: https://github.com/hauner/openapi-processor-api |
| 5 | +:badge-ci: https://github.com/openapi-processor/openapi-processor-gradle/workflows/ci/badge.svg |
| 6 | +:oapj-ci: https://github.com/openapi-processor/openapi-processor-gradle/actions?query=workflow%3Aci |
| 7 | +:oapj-license: https://github.com/openapi-processor/openapi-processor-gradle/blob/master/LICENSE |
| 8 | +:oap-api: https://github.com/openapi-processor/openapi-processor-api |
10 | 9 |
|
11 | 10 | //
|
12 | 11 | // content
|
@@ -177,7 +176,7 @@ openapiProcessor {
|
177 | 176 | //
|
178 | 177 | spring {
|
179 | 178 | // the openapi-processor-spring dependency (mandatory)
|
180 |
| - // |
| 179 | + // (or with the new group id 'io.openapiprocessor:openapi-processor-spring:1.0.0.Mx') |
181 | 180 | processor 'com.github.hauner.openapi:openapi-processor-spring:1.0.0.Mx'
|
182 | 181 |
|
183 | 182 | // setting api path inside a processor configuration overrides the one at the top.
|
@@ -223,6 +222,7 @@ openapiProcessor {
|
223 | 222 |
|
224 | 223 | spring {
|
225 | 224 | processor 'com.github.hauner.openapi:openapi-processor-spring:1.0.0.Mx'
|
| 225 | + // or processor 'io.openapiprocessor:openapi-processor-spring:1.0.0.Mx' |
226 | 226 | targetDir "${projectDir}/build/openapi"
|
227 | 227 | mapping "${projectDir}/src/api/mapping.yaml"
|
228 | 228 | showWarnings true
|
|
0 commit comments