From 443a0502ba236879b58dcab2f06cfceb8cc5285d Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Thu, 29 Jun 2023 07:47:07 -0700 Subject: [PATCH] Remove old Protobuf Gradle Plugin caching workaround This has been fixed in the Protobuf Gradle Plugin since probably 0.8.13. --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 2818748656..0d76097dca 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }