Skip to content

Commit

Permalink
Fixes maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhule committed Jun 6, 2023
1 parent 94f719d commit 621e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publishing {
repositories {
maven {
name = "githubPackages"
url = uri("https://maven.pkg.github.com/kyhule/polyworld-external-catalog")
url = uri("https://maven.pkg.github.com/kyhule/polyworld-gradle-plugin")
credentials(PasswordCredentials::class)
}
}
Expand Down

0 comments on commit 621e134

Please sign in to comment.