Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Regenerate common protos from api-common-protos/input-contract (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored Aug 23, 2018
1 parent d5a4b26 commit 70f1fba
Show file tree
Hide file tree
Showing 112 changed files with 11,147 additions and 1,861 deletions.
6 changes: 3 additions & 3 deletions generated/java/grpc-google-common-protos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {

apply plugin: 'java'

description = 'GRPC library for grpc-google-common-protos'
description = 'GRPC library for grpc-google-common-protos (prerelease)'
group = 'com.google.api.grpc'
version = "1.12.0"
version = '1.13.0-pre1'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down Expand Up @@ -46,4 +46,4 @@ artifacts {
}

compileJava.options.encoding = 'UTF-8'
javadoc.options.encoding = 'UTF-8'
javadoc.options.encoding = 'UTF-8'
6 changes: 3 additions & 3 deletions generated/java/proto-google-common-protos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {

apply plugin: 'java'

description = 'PROTO library for proto-google-common-protos'
description = 'PROTO library for proto-google-common-protos (prerelease)'
group = 'com.google.api.grpc'
version = "1.12.0"
version = '1.13.0-pre1'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down Expand Up @@ -47,4 +47,4 @@ artifacts {
}

compileJava.options.encoding = 'UTF-8'
javadoc.options.encoding = 'UTF-8'
javadoc.options.encoding = 'UTF-8'

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 70f1fba

Please sign in to comment.