mirror of https://github.com/grpc/grpc-java.git
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:
parent
5a0fccfae0
commit
443a0502ba
|
|
@ -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' }
|
||||
|
|
|
|||
Loading…
Reference in New Issue