Skip to content

Commit

Permalink
fix: lint error in download task
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1nj1 committed Jun 21, 2024
1 parent fac8509 commit 3be58e7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ abstract class GSheetDownloadTask : DefaultTask() {
}

@get:Input
@get:Option(option = "googleApplicationCredentials", description = "The google application credentials file path for google api")
@get:Option(
option = "googleApplicationCredentials",
description = "The google application credentials file path for google api",
)
@get:Optional
abstract val googleApplicationCredentials: Property<String>

Expand Down

0 comments on commit 3be58e7

Please sign in to comment.