Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 7fad895

Browse files
committed
chore
1 parent 748d979 commit 7fad895

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

engine/build.gradle.kts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ plugins {
1111
}
1212

1313
repositories {
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

integrationtest/build.gradle.kts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ java {
1111
}
1212

1313
repositories {
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

0 commit comments

Comments
 (0)