Skip to content

Commit

Permalink
Example code change for LTS BOM Test
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed May 4, 2021
1 parent 3836caa commit f092a33
Show file tree
Hide file tree
Showing 39 changed files with 38 additions and 452 deletions.
1 change: 1 addition & 0 deletions all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ for (subproject in rootProject.subprojects) {
}

dependencies {
testRuntime enforcedPlatform('com.google.cloud:gcp-lts-bom:0.1.0-SNAPSHOT')
api subprojects.minus([project(':grpc-protobuf-lite')])
}

Expand Down
1 change: 1 addition & 0 deletions alts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ targetCompatibility = 1.7
evaluationDependsOn(project(':grpc-core').path)

dependencies {
testRuntime enforcedPlatform('com.google.cloud:gcp-lts-bom:0.1.0-SNAPSHOT')
api project(':grpc-core')
implementation project(':grpc-auth'),
project(':grpc-grpclb'),
Expand Down
1 change: 1 addition & 0 deletions android-interop-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ android {
}

dependencies {
testRuntime enforcedPlatform('com.google.cloud:gcp-lts-bom:0.1.0-SNAPSHOT')
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.android.support:support-annotations:26.1.0'
Expand Down
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repositories {
}

dependencies {
testRuntime enforcedPlatform('com.google.cloud:gcp-lts-bom:0.1.0-SNAPSHOT')
api project(':grpc-core')
guavaDependency 'implementation'
testImplementation project('::grpc-okhttp')
Expand Down
1 change: 1 addition & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description = 'gRPC: API'
evaluationDependsOn(project(':grpc-context').path)

dependencies {
testRuntime enforcedPlatform('com.google.cloud:gcp-lts-bom:0.1.0-SNAPSHOT')
api project(':grpc-context'),
libraries.jsr305
guavaDependency 'implementation'
Expand Down
1 change: 1 addition & 0 deletions auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {

description = "gRPC: Auth"
dependencies {
testRuntime enforcedPlatform('com.google.cloud:gcp-lts-bom:0.1.0-SNAPSHOT')
api project(':grpc-api'),
libraries.google_auth_credentials
guavaDependency 'implementation'
Expand Down

0 comments on commit f092a33

Please sign in to comment.