File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
1313run {
1414 if (project. hasProperty(" action" )) {
Original file line number Diff line number Diff 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
1717run {
1818 if (project. hasProperty(" message" )) {
You can’t perform that action at this time.
0 commit comments