Skip to content

Commit

Permalink
successful github packages setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sargunv committed May 6, 2020
1 parent 3cc55cc commit ebfdf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishing {
mavenLocal()
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/pokeapi")
url = uri("https://maven.pkg.github.com/pokeapi/pokekotlin")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("GH_USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("GH_TOKEN")
Expand Down

0 comments on commit ebfdf9f

Please sign in to comment.