Skip to content

Commit a2ca9ea

Browse files
committed
fix gradle files to remove personalized file directory name and add intructions in README files on updating the gradle files
1 parent 1f17623 commit a2ca9ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
mavenCentral()
99
}
1010

11-
run.doFirst { environment 'GOOGLE_APPLICATION_CREDENTIALS', '/Users/chongshao/dev/quickstart-java/config/service-account.json' }
11+
# run.doFirst { environment 'GOOGLE_APPLICATION_CREDENTIALS', '[YOUR_SERVICE_ACCOUNT_JSON_DIR]' }
1212

1313
run {
1414
if (project.hasProperty("action")) {

messaging/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
mavenCentral()
1313
}
1414

15-
run.doFirst { environment 'GOOGLE_APPLICATION_CREDENTIALS', '/Users/chongshao/dev/quickstart-java/messaging/service-account.json' }
15+
run.doFirst { environment 'GOOGLE_APPLICATION_CREDENTIALS', '[YOUR_SERVICE_ACCOUNT_JSON_DIR]' }
1616

1717
run {
1818
if (project.hasProperty("message")) {

0 commit comments

Comments
 (0)