Merge pull request #6755 from alvasw/apply_proto_tasks_only_to_main_source_set

proto: Apply proto tasks only to main source set
This commit is contained in:
Alejandro García 2023-07-06 19:37:08 +00:00 committed by GitHub
commit f295f164c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,6 @@ protobuf {
}
}
generateProtoTasks {
all()*.plugins { grpc {} }
ofSourceSet('main')*.plugins { grpc {} }
}
}