Skip to content

Commit cc6f78b

Browse files
committed
update documentation
1 parent 5cbc086 commit cc6f78b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/kotlin/io/openapiprocessor/gradle/OpenApiProcessorTask.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import javax.inject.Inject
2929
abstract class OpenApiProcessorTask: DefaultTask() {
3030

3131
/**
32-
* Source directory (i.e. parent) of the openapi.yaml input file. Used by gradle for the up-to-date check.
32+
* Source directory (i.e. parent) of the openapi.yaml input file. Used by Gradle for the up-to-date check.
3333
*
3434
* @return parent directory of the openapi.yaml
3535
*/
@@ -46,7 +46,7 @@ abstract class OpenApiProcessorTask: DefaultTask() {
4646
abstract fun getMapping(): RegularFileProperty
4747

4848
/**
49-
* Target directory for the sources generated by the processor. Used by gradle for the up-to-date check.
49+
* Target directory for the sources generated by the processor. Used by Gradle for the up-to-date check.
5050
*
5151
* @return target directory
5252
*/

0 commit comments

Comments
 (0)