Skip to content

Commit

Permalink
Fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldthomson committed Nov 11, 2024
1 parent 8c6c613 commit 6a77a21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ play {
> `serviceAccountCredentials` property.
#### Application Default Credentials

Alternatively, you can use [Application Default Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc)
(and optionally [Service Account impersonation](https://cloud.google.com/docs/authentication/use-service-account-impersonation))
instead of specifying a JSON private key file or environment variable:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,11 @@ interface PlayPublisher {
): PlayPublisher = ServiceLoader.load(Factory::class.java).last()
.create(credentials, appId)

/** Creates a new [PlayPublisher] using Application Default Credentials on GCP
* and using Service Account Impersonation if a Service Account to impersonate is
* configured.
* */
/**
* Creates a new [PlayPublisher] using Application Default Credentials on GCP
* and using Service Account Impersonation if a Service Account to impersonate is
* configured.
*/
operator fun invoke(
appId: String,
impersonateServiceAccount: String?
Expand Down

0 comments on commit 6a77a21

Please sign in to comment.