Skip to content

Commit ebfdf9f

Browse files
committed
successful github packages setup
1 parent 3cc55cc commit ebfdf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publishing {
3030
mavenLocal()
3131
maven {
3232
name = "GitHubPackages"
33-
url = uri("https://maven.pkg.github.com/pokeapi")
33+
url = uri("https://maven.pkg.github.com/pokeapi/pokekotlin")
3434
credentials {
3535
username = project.findProperty("gpr.user") as String? ?: System.getenv("GH_USERNAME")
3636
password = project.findProperty("gpr.key") as String? ?: System.getenv("GH_TOKEN")

0 commit comments

Comments
 (0)