File tree Expand file tree Collapse file tree
src/main/kotlin/io/openapiprocessor/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import javax.inject.Inject
2929abstract 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 */
You can’t perform that action at this time.
0 commit comments