Skip to content

Commit

Permalink
Remove old Protobuf Gradle Plugin caching workaround
Browse files Browse the repository at this point in the history
This has been fixed in the Protobuf Gradle Plugin since probably 0.8.13.
  • Loading branch information
ejona86 authored and temawi committed Jun 29, 2023
1 parent 2edccd6 commit c5c609f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit c5c609f

Please sign in to comment.