This repository was archived by the owner on Nov 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-26
lines changed Expand file tree Collapse file tree 2 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ plugins {
1111}
1212
1313repositories {
14- maven {
15- name = " githubPackages"
16- url = uri(" https://maven.pkg.github.com/gesellix/okhttp" )
17- // username and password (a personal Github access token) should be specified as
18- // `githubPackagesUsername` and `githubPackagesPassword` Gradle properties or alternatively
19- // as `ORG_GRADLE_PROJECT_githubPackagesUsername` and `ORG_GRADLE_PROJECT_githubPackagesPassword`
20- // environment variables
21- credentials(PasswordCredentials ::class )
22- // credentials {
23- // username = System.getenv("GITHUB_ACTOR")
24- // password = System.getenv("GITHUB_TOKEN")
25- // }
26- }
14+ // maven {
15+ // name = "githubPackages"
16+ // url = uri("https://maven.pkg.github.com/gesellix/okhttp")
17+ // // username and password (a personal Github access token) should be specified as
18+ // // `githubPackagesUsername` and `githubPackagesPassword` Gradle properties or alternatively
19+ // // as `ORG_GRADLE_PROJECT_githubPackagesUsername` and `ORG_GRADLE_PROJECT_githubPackagesPassword`
20+ // // environment variables
21+ // credentials(PasswordCredentials::class)
22+ // // credentials {
23+ // // username = System.getenv("GITHUB_ACTOR")
24+ // // password = System.getenv("GITHUB_TOKEN")
25+ // // }
26+ // }
2727 mavenCentral()
2828}
2929
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ java {
1111}
1212
1313repositories {
14- maven {
15- name = " githubPackages"
16- url = uri(" https://maven.pkg.github.com/gesellix/okhttp" )
17- // username and password (a personal Github access token) should be specified as
18- // `githubPackagesUsername` and `githubPackagesPassword` Gradle properties or alternatively
19- // as `ORG_GRADLE_PROJECT_githubPackagesUsername` and `ORG_GRADLE_PROJECT_githubPackagesPassword`
20- // environment variables
21- credentials(PasswordCredentials ::class )
22- // credentials {
23- // username = System.getenv("GITHUB_ACTOR")
24- // password = System.getenv("GITHUB_TOKEN")
25- // }
26- }
14+ // maven {
15+ // name = "githubPackages"
16+ // url = uri("https://maven.pkg.github.com/gesellix/okhttp")
17+ // // username and password (a personal Github access token) should be specified as
18+ // // `githubPackagesUsername` and `githubPackagesPassword` Gradle properties or alternatively
19+ // // as `ORG_GRADLE_PROJECT_githubPackagesUsername` and `ORG_GRADLE_PROJECT_githubPackagesPassword`
20+ // // environment variables
21+ // credentials(PasswordCredentials::class)
22+ // // credentials {
23+ // // username = System.getenv("GITHUB_ACTOR")
24+ // // password = System.getenv("GITHUB_TOKEN")
25+ // // }
26+ // }
2727 mavenCentral()
2828}
2929
You can’t perform that action at this time.
0 commit comments