Remove old Protobuf Gradle Plugin caching workaround

This has been fixed in the Protobuf Gradle Plugin since probably 0.8.13.
This commit is contained in:
Eric Anderson 2023-06-29 07:47:07 -07:00
parent 5a0fccfae0
commit 443a0502ba
1 changed files with 0 additions and 5 deletions

View File

@ -71,11 +71,6 @@ subprojects {
}
generateProtoTasks {
all().each { task ->
// Recompile protos when build.gradle has been changed, because
// it's possible the version of protoc has been changed.
task.inputs.file("${rootProject.projectDir}/build.gradle")
.withPathSensitivity(PathSensitivity.RELATIVE)
.withPropertyName('root build.gradle')
if (isAndroid) {
task.builtins {
java { option 'lite' }