google / protobuf-gradle-plugin

Protobuf Plugin for Gradle
Other
1.77k stars 273 forks source link

Remove isAndroid check from setupExtractIncludeProtosTask #616

Closed ejona86 closed 2 years ago

ejona86 commented 2 years ago

Have Java and Android pass in the appropriate objects instead of looking them up. This was the last isAndroid check in ProtobufPlugin excepting apply() itself.