Skip to content

Commit 28371f1

Browse files
committed
cleanup
1 parent 0fec63d commit 28371f1

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@ xref:gradle::index.adoc[openapi-processor-gradle plugin] or or the xref:maven::i
3535

3636
- implement the link:{oap:api}[`OpenApiProcessor`] interface.
3737
+
38-
the gradle plugin uses the name provided by `String getName();` to configure the processor and to
39-
provide the task to run it.
38+
the plugins use the name provided by `String getName();` to configure the processor and to provide the task to run it.
4039
+
41-
the gradle plugin will call `void run(Map<String, ?> options);` to run the processor, passing all
42-
extra settings in the options map with the property setting name as the key.
40+
the plugins will call `void run(Map<String, ?> options);` to run the processor, passing all extra settings in the options map with the property setting name as the key.
4341

44-
- provide a `META-INF/services/io.openapiprocessor.api.OpenApiProcessor` property file in
45-
the resources with the class name of the implementing class.
42+
- provide a `META-INF/services/io.openapiprocessor.api.OpenApiProcessor` property file in the resources with the class name of the implementing class.
4643

4744

4845
== example implementations

0 commit comments

Comments
 (0)