Skip to content

Commit a875783

Browse files
committed
Update Google proto definitions.
1 parent a252732 commit a875783

3 files changed

Lines changed: 8 additions & 277 deletions

File tree

endpoints-management-protos/build.gradle

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
repositories {
33
mavenCentral()
44
}
5-
dependencies { classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10' }
5+
dependencies { classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3' }
66
}
77

88
apply plugin: 'java'
@@ -56,13 +56,15 @@ sourceSets {
5656
srcDir 'build/generated/source/proto/main/java'
5757
}
5858
proto {
59-
srcDir 'src/auxi/proto'
59+
setIncludes([
60+
"google/api/servicecontrol/v1/*.proto",
61+
"google/api/distribution.proto",
62+
"google/api/client.proto",
63+
"google/api/launch_stage.proto"
64+
])
6065
}
6166
}
6267
}
63-
sourceSets.main.proto.setIncludes([
64-
'google/api/servicecontrol/v1/*.proto',
65-
'google/api/experimental/*.proto'])
6668

6769
configureMaven(
6870
project,

endpoints-management-protos/src/auxi/proto/google/api/servicecontrol/v1/quota_controller.proto

Lines changed: 0 additions & 271 deletions
This file was deleted.
Submodule proto updated 5881 files

0 commit comments

Comments
 (0)