We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc55cc commit ebfdf9fCopy full SHA for ebfdf9f
build.gradle.kts
@@ -30,7 +30,7 @@ publishing {
30
mavenLocal()
31
maven {
32
name = "GitHubPackages"
33
- url = uri("https://maven.pkg.github.com/pokeapi")
+ url = uri("https://maven.pkg.github.com/pokeapi/pokekotlin")
34
credentials {
35
username = project.findProperty("gpr.user") as String? ?: System.getenv("GH_USERNAME")
36
password = project.findProperty("gpr.key") as String? ?: System.getenv("GH_TOKEN")
0 commit comments