Skip to content

Commit

Permalink
Suppress a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
armiol committed Jan 2, 2024
1 parent c276c9b commit 4a3d764
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ fun GenerateProtoTask.setup() {
* however, it is not possible to use this plugin (or its code)
* in this repository due to cyclic dependencies.
*/
@Suppress(
"TooGenericExceptionCaught" /* Handling all file-writing failures in the same way.*/)
private fun GenerateProtoTask.setupDescriptorSetFileCreation() {
// Tell `protoc` generate descriptor set file.
// The name of the generated file reflects project's Maven coordinates.
Expand Down

0 comments on commit 4a3d764

Please sign in to comment.