Skip to content

Commit 4f22fbd

Browse files
committed
remove comment
1 parent 6f5c216 commit 4f22fbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/publishing/SonatypeCentralPortalClient.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class SonatypeCentralPortalClient(
4545
return "Bearer $b64"
4646
}
4747

48-
/** Helper to create a client using env vars for creds. */
4948
fun fromEnvironment(): SonatypeCentralPortalClient {
5049
val user = System.getenv(CENTRAL_PORTAL_USERNAME)?.takeIf { it.isNotBlank() } ?: error("$CENTRAL_PORTAL_USERNAME not configured")
5150
val pass = System.getenv(CENTRAL_PORTAL_PASSWORD)?.takeIf { it.isNotBlank() } ?: error("$CENTRAL_PORTAL_PASSWORD not configured")

0 commit comments

Comments
 (0)