Skip to content

Commit

Permalink
Merge pull request #6755 from alvasw/apply_proto_tasks_only_to_main_s…
Browse files Browse the repository at this point in the history
…ource_set

proto: Apply proto tasks only to main source set
  • Loading branch information
alejandrogarcia83 authored Jul 6, 2023
2 parents 9693826 + 2bbed1f commit f295f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ protobuf {
}
}
generateProtoTasks {
all()*.plugins { grpc {} }
ofSourceSet('main')*.plugins { grpc {} }
}
}

0 comments on commit f295f16

Please sign in to comment.