Skip to content

Commit dc2d04c

Browse files
authored
Update README.md
1 parent 96d2fc7 commit dc2d04c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ githubProperties.load(FileInputStream(rootProject.file("github.properties")))
2727

2828
allprojects {
2929
repositories {
30-
maven {
30+
maven("https://maven.pkg.github.com/username/repo") {
3131
name = "GitHubPackages"
32-
url = uri("https://maven.pkg.github.com/username/repo")
3332
credentials {
3433
username = (githubProperties["gpr.usr"] ?: System.getenv("GPR_USER")).toString()
3534
password = (githubProperties["gpr.key"] ?: System.getenv("GPR_API_KEY")).toString()

0 commit comments

Comments
 (0)