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 @@ -45,13 +45,13 @@ import java.io.File
4545abstract class OpenApiProcessorExtension (project : Project , objects : ObjectFactory ): OpenApiProcessorExtensionBase() {
4646
4747 /* *
48- * the path to the openapi yaml file. Used for all processors if not set in a nested processor
48+ * The path to the openapi YAML file. Used for all processors if not set in a nested processor
4949 * configuration.
5050 */
5151 val api: RegularFileProperty = project.objects.fileProperty()
5252
5353 /* *
54- * check automatically for updates. Can be "never"|"daily"|"always". Default is "never".
54+ * Check automatically for updates. Can be "never"|"daily"|"always". Default is "never".
5555 */
5656 val checkUpdates: Property <String > = project.objects.property(String ::class .java)
5757
You can’t perform that action at this time.
0 commit comments